Searched refs:GetDescriptor (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | File.cpp | 137 File::GetDescriptor() const in GetDescriptor() function in File 176 m_descriptor = ::_dup(GetDescriptor()); in GetStream() 178 m_descriptor = ::fcntl(GetDescriptor(), F_DUPFD); in GetStream() 222 m_descriptor = ::_dup(rhs.GetDescriptor()); in Duplicate() 224 m_descriptor = ::fcntl(rhs.GetDescriptor(), F_DUPFD); in Duplicate() 344 int fd = GetDescriptor(); in GetPermissions() 398 if (::fcntl(GetDescriptor(), F_GETPATH, path) == -1) in GetFileSpec() 410 if (::snprintf(proc, sizeof(proc), "/proc/self/fd/%d", GetDescriptor()) < 0) in GetFileSpec() 681 int fd = GetDescriptor(); in Read() 724 int fd = GetDescriptor(); in Read() [all …]
|
| HD | Host.cpp | 2278 lldb::user_id_t fd = file_sp->GetDescriptor(); in OpenFile()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFDebugArangeSet.h | 51 const Descriptor* GetDescriptor(uint32_t i) const in GetDescriptor() function
|
| HD | DWARFDebugPubnamesSet.h | 64 const DWARFDebugPubnamesSet::Descriptor* GetDescriptor(uint32_t i) const in GetDescriptor() function
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | File.h | 223 GetDescriptor() const;
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | DataBufferMemoryMap.cpp | 142 … return MemoryMapFromFileDescriptor (file.GetDescriptor(), offset, length, writeable, fd_is_file); in MemoryMapFromFileSpec()
|
| HD | IOHandler.cpp | 78 return m_input_sp->GetFile().GetDescriptor(); in GetInputFD() 86 return m_output_sp->GetFile().GetDescriptor(); in GetOutputFD() 94 return m_error_sp->GetFile().GetDescriptor(); in GetErrorFD()
|
| HD | Debugger.cpp | 782 if (in_file.GetDescriptor() != File::kInvalidDescriptor) in SaveInputTerminalState() 783 m_terminal_state.Save(in_file.GetDescriptor(), true); in SaveInputTerminalState()
|
| /trueos/contrib/llvm/tools/lldb/source/Target/ |
| HD | Process.cpp | 4752 const int read_fd = m_read_file.GetDescriptor(); in Run() 4753 const int pipe_read_fd = m_pipe_read.GetDescriptor(); in Run()
|