Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DFile.cpp45 options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in GetStreamOpenModeFromOptions()
70 } else if (rw == File::eOpenOptionReadOnly) { in GetStreamOpenModeFromOptions()
81 .Cases("r", "rb", eOpenOptionReadOnly) in GetOptionsFromMode()
314 m_options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in Close()
741 open_options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in ConvertOpenOptionsForPOSIXOpen()
747 else if (rw == eOpenOptionReadOnly) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp387 options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in GetOpenFlags()
406 } else if (rw == File::eOpenOptionReadOnly) { in GetOpenFlags()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DScriptInterpreter.cpp156 File::eOpenOptionReadOnly); in Create()
H A DCommandInterpreter.cpp2632 FileSystem::Instance().Open(cmd_file, File::eOpenOptionReadOnly); in HandleCommandsFromFile()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFile.h50 eOpenOptionReadOnly = 0x0, // Open file for reading (only) enumerator
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHost.cpp38 executable, File::eOpenOptionReadOnly, lldb::eFilePermissionsUserRead); in GetTripleForProcess()
/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileSystemTest.cpp299 auto file = fs.Open(spec, File::eOpenOptionReadOnly, 0, true); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1024 options |= File::eOpenOptionReadOnly; in GetOptionsForPyObject()
1313 options.get() & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in ConvertToFile()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp210 user_id_t fd_src = OpenFile(source, File::eOpenOptionReadOnly, in GetFile()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1185 File::eOpenOptionReadOnly | File::eOpenOptionCloseOnExec; in PutFile()
1626 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionReadOnly, in DownloadModuleSlice()
H A DProcess.cpp4330 m_read_file(GetInputFD(), File::eOpenOptionReadOnly, false), in IOHandlerProcessSTDIO()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm431 file_options |= File::eOpenOptionReadOnly;
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp558 File::eOpenOptionReadOnly); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp588 NativeFile file(fd, File::eOpenOptionReadOnly, false); in Handle_vFile_pRead()
H A DGDBRemoteCommunicationClient.cpp3110 lldb::user_id_t fd = OpenFile(file_spec, File::eOpenOptionReadOnly, 0, error); in Stat()
3381 lldb::user_id_t fd = OpenFile(file_spec, File::eOpenOptionReadOnly, 0, error); in GetFileExists()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp263 core_file, lldb_private::File::eOpenOptionReadOnly); in DoExecute()
277 symfile, lldb_private::File::eOpenOptionReadOnly); in DoExecute()