Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp171 File::eOpenOptionReadOnly); in Create()
H A DCommandInterpreter.cpp2686 FileSystem::Instance().Open(cmd_file, File::eOpenOptionReadOnly); in HandleCommandsFromFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h51 eOpenOptionReadOnly = 0x0, // Open file for reading (only) enumerator
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp211 user_id_t fd_src = OpenFile(source, File::eOpenOptionReadOnly, in GetFile()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1190 File::eOpenOptionReadOnly | File::eOpenOptionCloseOnExec; in PutFile()
1784 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionReadOnly, in DownloadModuleSlice()
H A DProcess.cpp4396 m_read_file(GetInputFD(), File::eOpenOptionReadOnly, false), in IOHandlerProcessSTDIO()
/freebsd/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.cpp3113 lldb::user_id_t fd = OpenFile(file_spec, File::eOpenOptionReadOnly, 0, error); in Stat()
3384 lldb::user_id_t fd = OpenFile(file_spec, File::eOpenOptionReadOnly, 0, error); in GetFileExists()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp275 core_file, lldb_private::File::eOpenOptionReadOnly); in DoExecute()
289 symfile, lldb_private::File::eOpenOptionReadOnly); in DoExecute()