Home
last modified time | relevance | path

Searched refs:eOpenOptionReadOnly (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp47 options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in GetStreamOpenModeFromOptions()
72 } else if (rw == File::eOpenOptionReadOnly) { in GetStreamOpenModeFromOptions()
83 .Cases("r", "rb", eOpenOptionReadOnly) in GetOptionsFromMode()
326 m_options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in Close()
781 open_options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in ConvertOpenOptionsForPOSIXOpen()
787 else if (rw == eOpenOptionReadOnly) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp375 options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in GetOpenFlags()
394 } else if (rw == File::eOpenOptionReadOnly) { in GetOpenFlags()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp187 File::eOpenOptionReadOnly); in ScriptInterpreterIORedirect()
H A DCommandInterpreter.cpp2700 FileSystem::Instance().Open(cmd_file, File::eOpenOptionReadOnly); in HandleCommandsFromFile()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h51 eOpenOptionReadOnly = 0x0, // Open file for reading (only) enumerator
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1062 options |= File::eOpenOptionReadOnly; in GetOptionsForPyObject()
1351 options.get() & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in ConvertToFile()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp211 user_id_t fd_src = OpenFile(source, File::eOpenOptionReadOnly, in GetFile()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1120 File::eOpenOptionReadOnly | File::eOpenOptionCloseOnExec; in DebugProcess()
1736 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionReadOnly,
H A DProcess.cpp4594 m_read_file(GetInputFD(), File::eOpenOptionReadOnly, false),
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp587 NativeFile file(fd, File::eOpenOptionReadOnly, false); in Handle_vFile_pRead()
H A DGDBRemoteCommunicationClient.cpp3142 lldb::user_id_t fd = OpenFile(file_spec, File::eOpenOptionReadOnly, 0, error); in GetFileSize()
3413 lldb::user_id_t fd = OpenFile(file_spec, File::eOpenOptionReadOnly, 0, error); in AvoidGPackets()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp257 core_file, lldb_private::File::eOpenOptionReadOnly);
271 symfile, lldb_private::File::eOpenOptionReadOnly); in DoExecute()