Searched refs:GetDescriptor (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | File.cpp | 126 int File::GetDescriptor() const { return kInvalidDescriptor; } in GetDescriptor() function in File 161 const int fd = GetDescriptor(); in CalculateInteractiveAndTerminal() 236 int fd = GetDescriptor(); in GetPermissions() 257 int NativeFile::GetDescriptor() const { in GetDescriptor() function in NativeFile 278 return (HANDLE)_get_osfhandle(GetDescriptor()); in GetWaitableHandle() 280 return GetDescriptor(); in GetWaitableHandle() 360 if (::fcntl(GetDescriptor(), F_GETPATH, path) == -1) in GetFileSpec() 370 if (::snprintf(proc, sizeof(proc), "/proc/self/fd/%d", GetDescriptor()) < 0) in GetFileSpec() 684 int fd = GetDescriptor(); in Read() 743 int fd = GetDescriptor(); in Write()
|
| H A D | FileCache.cpp | 38 lldb::user_id_t fd = file.get()->GetDescriptor(); in OpenFile()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | File.h | 146 virtual int GetDescriptor() const; 404 int GetDescriptor() const override;
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandler.cpp | 80 return (m_input_sp ? m_input_sp->GetDescriptor() : -1); in GetInputFD() 84 return (m_output_sp ? m_output_sp->GetUnlockedFile().GetDescriptor() : -1); in GetOutputFD() 88 return (m_error_sp ? m_error_sp->GetUnlockedFile().GetDescriptor() : -1); in GetErrorFD()
|
| H A D | Debugger.cpp | 1203 int fd = GetInputFile().GetDescriptor(); in SaveInputTerminalState() 1818 CreateLogHandler(log_handler_kind, GetOutputFileSP()->GetDescriptor(), in EnableLog() 1840 CreateLogHandler(log_handler_kind, (*file)->GetDescriptor(), in EnableLog()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectLog.cpp | 394 (*file)->GetDescriptor(), /*shouldClose=*/true); in DoExecute() 397 GetDebugger().GetOutputFileSP()->GetDescriptor(), in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ModuleCache.cpp | 173 m_lock = std::make_unique<lldb_private::LockFile>(m_file_up->GetDescriptor()); in ModuleLock()
|
| H A D | Process.cpp | 4649 const int read_fd = m_read_file.GetDescriptor(); in Run()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 1182 int GetDescriptor() const override { return m_descriptor; } in GetDescriptor() function in __anonf81d8c2d0511::BinaryPythonFile 1240 int GetDescriptor() const override { return m_descriptor; } in GetDescriptor() function in __anonf81d8c2d0611::TextPythonFile 1410 file_obj = PyFile_FromFd(file.GetDescriptor(), nullptr, mode, -1, nullptr, in FromFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 534 descriptor = file.get()->GetDescriptor(); in Handle_vFile_Open()
|