Searched refs:eOpenOptionReadOnly (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | File.cpp | 45 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 D | FileSystem.cpp | 387 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 D | ScriptInterpreter.cpp | 156 File::eOpenOptionReadOnly); in Create()
|
| H A D | CommandInterpreter.cpp | 2632 FileSystem::Instance().Open(cmd_file, File::eOpenOptionReadOnly); in HandleCommandsFromFile()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | File.h | 50 eOpenOptionReadOnly = 0x0, // Open file for reading (only) enumerator
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | Host.cpp | 38 executable, File::eOpenOptionReadOnly, lldb::eFilePermissionsUserRead); in GetTripleForProcess()
|
| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | FileSystemTest.cpp | 299 auto file = fs.Open(spec, File::eOpenOptionReadOnly, 0, true); in TEST()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 1024 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 D | PlatformPOSIX.cpp | 210 user_id_t fd_src = OpenFile(source, File::eOpenOptionReadOnly, in GetFile()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 1185 File::eOpenOptionReadOnly | File::eOpenOptionCloseOnExec; in PutFile() 1626 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionReadOnly, in DownloadModuleSlice()
|
| H A D | Process.cpp | 4330 m_read_file(GetInputFD(), File::eOpenOptionReadOnly, false), in IOHandlerProcessSTDIO()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
| H A D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 431 file_options |= File::eOpenOptionReadOnly;
|
| /llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/ |
| H A D | PythonDataObjectsTests.cpp | 558 File::eOpenOptionReadOnly); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 588 NativeFile file(fd, File::eOpenOptionReadOnly, false); in Handle_vFile_pRead()
|
| H A D | GDBRemoteCommunicationClient.cpp | 3110 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 D | CommandObjectTarget.cpp | 263 core_file, lldb_private::File::eOpenOptionReadOnly); in DoExecute() 277 symfile, lldb_private::File::eOpenOptionReadOnly); in DoExecute()
|