Home
last modified time | relevance | path

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

/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()
/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp193 File::eOpenOptionReadOnly); in Create()
H A DCommandInterpreter.cpp2742 FileSystem::Instance().Open(cmd_file, File::eOpenOptionReadOnly); in HandleCommandsFromFile()
/llvm-project/lldb/include/lldb/Host/
H A DFile.h51 eOpenOptionReadOnly = 0x0, // Open file for reading (only) enumerator
/llvm-project/lldb/source/Host/windows/
H A DHost.cpp38 executable, File::eOpenOptionReadOnly, lldb::eFilePermissionsUserRead); in GetTripleForProcess()
/llvm-project/lldb/unittests/Host/
H A DFileSystemTest.cpp312 auto file = fs.Open(spec, File::eOpenOptionReadOnly, 0, true); in TEST()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1005 options |= File::eOpenOptionReadOnly; in convertToErrorCode()
1306 options.get() & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in Write()
/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp214 user_id_t fd_src = OpenFile(source, File::eOpenOptionReadOnly, in GetFile()
/llvm-project/lldb/source/Target/
H A DPlatform.cpp1126 File::eOpenOptionReadOnly | File::eOpenOptionCloseOnExec; in PutFile()
1746 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionReadOnly, in DownloadModuleSlice()
H A DProcess.cpp4620 m_read_file(GetInputFD(), File::eOpenOptionReadOnly, false), in Run()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm430 file_options |= File::eOpenOptionReadOnly;
/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp584 File::eOpenOptionReadOnly); in TEST_F()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp586 NativeFile file(fd, File::eOpenOptionReadOnly, false); in Handle_vFile_pRead()
H A DGDBRemoteCommunicationClient.cpp3148 lldb::user_id_t fd = OpenFile(file_spec, File::eOpenOptionReadOnly, 0, error); in Stat()
3419 lldb::user_id_t fd = OpenFile(file_spec, File::eOpenOptionReadOnly, 0, error);
/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp257 core_file, lldb_private::File::eOpenOptionReadOnly); in DoExecute()
271 symfile, lldb_private::File::eOpenOptionReadOnly); in DoExecute()