Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFile.cpp46 options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in GetStreamOpenModeFromOptions()
71 } else if (rw == File::eOpenOptionReadOnly) { in GetStreamOpenModeFromOptions()
82 .Cases("r", "rb", eOpenOptionReadOnly) in GetOptionsFromMode()
315 m_options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in Close()
742 open_options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in ConvertOpenOptionsForPOSIXOpen()
748 else if (rw == eOpenOptionReadOnly) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp388 options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in GetOpenFlags()
407 } else if (rw == File::eOpenOptionReadOnly) { in GetOpenFlags()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DScriptInterpreter.cpp159 File::eOpenOptionReadOnly); in Create()
H A DCommandInterpreter.cpp2683 FileSystem::Instance().Open(cmd_file, File::eOpenOptionReadOnly); in HandleCommandsFromFile()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFile.h51 eOpenOptionReadOnly = 0x0, // Open file for reading (only) enumerator
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHost.cpp38 executable, File::eOpenOptionReadOnly, lldb::eFilePermissionsUserRead); in GetTripleForProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1023 options |= File::eOpenOptionReadOnly; in GetOptionsForPyObject()
1312 options.get() & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in ConvertToFile()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp211 user_id_t fd_src = OpenFile(source, File::eOpenOptionReadOnly, in GetFile()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1186 File::eOpenOptionReadOnly | File::eOpenOptionCloseOnExec; in PutFile()
1627 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionReadOnly, in DownloadModuleSlice()
H A DProcess.cpp4351 m_read_file(GetInputFD(), File::eOpenOptionReadOnly, false), in IOHandlerProcessSTDIO()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm431 file_options |= File::eOpenOptionReadOnly;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp587 NativeFile file(fd, File::eOpenOptionReadOnly, false); in Handle_vFile_pRead()
H A DGDBRemoteCommunicationClient.cpp3116 lldb::user_id_t fd = OpenFile(file_spec, File::eOpenOptionReadOnly, 0, error); in Stat()
3387 lldb::user_id_t fd = OpenFile(file_spec, File::eOpenOptionReadOnly, 0, error); in GetFileExists()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp263 core_file, lldb_private::File::eOpenOptionReadOnly); in DoExecute()
277 symfile, lldb_private::File::eOpenOptionReadOnly); in DoExecute()