Searched refs:GetDescriptor (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp137 File::GetDescriptor() const function in class:File
176 m_descriptor = ::_dup(GetDescriptor());
178 m_descriptor = ::fcntl(GetDescriptor(), F_DUPFD);
222 m_descriptor = ::_dup(rhs.GetDescriptor());
224 m_descriptor = ::fcntl(rhs.GetDescriptor(), F_DUPFD);
344 int fd = GetDescriptor();
398 if (::fcntl(GetDescriptor(), F_GETPATH, path) == -1)
410 if (::snprintf(proc, sizeof(proc), "/proc/self/fd/%d", GetDescriptor()) < 0)
681 int fd = GetDescriptor();
724 int fd = GetDescriptor();
[all...]
H A DHost.cpp2278 lldb::user_id_t fd = file_sp->GetDescriptor();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h51 const Descriptor* GetDescriptor(uint32_t i) const function in class:DWARFDebugArangeSet
H A DDWARFDebugPubnamesSet.h64 const DWARFDebugPubnamesSet::Descriptor* GetDescriptor(uint32_t i) const function in class:DWARFDebugPubnamesSet
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h223 GetDescriptor() const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDataBufferMemoryMap.cpp142 return MemoryMapFromFileDescriptor (file.GetDescriptor(), offset, length, writeable, fd_is_file);
H A DDebugger.cpp782 if (in_file.GetDescriptor() != File::kInvalidDescriptor)
783 m_terminal_state.Save(in_file.GetDescriptor(), true);
H A DIOHandler.cpp78 return m_input_sp->GetFile().GetDescriptor();
86 return m_output_sp->GetFile().GetDescriptor();
94 return m_error_sp->GetFile().GetDescriptor();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4752 const int read_fd = m_read_file.GetDescriptor();
4753 const int pipe_read_fd = m_pipe_read.GetDescriptor();

Completed in 203 milliseconds