Searched refs:eOpenOptionReadOnly (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | File.cpp | 46 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 D | FileSystem.cpp | 388 options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in GetOpenFlags() 407 } else if (rw == File::eOpenOptionReadOnly) { in GetOpenFlags()
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | ScriptInterpreter.cpp | 159 File::eOpenOptionReadOnly); in Create()
|
| H A D | CommandInterpreter.cpp | 2683 FileSystem::Instance().Open(cmd_file, File::eOpenOptionReadOnly); in HandleCommandsFromFile()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | File.h | 51 eOpenOptionReadOnly = 0x0, // Open file for reading (only) enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
| H A D | Host.cpp | 38 executable, File::eOpenOptionReadOnly, lldb::eFilePermissionsUserRead); in GetTripleForProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 1023 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 D | PlatformPOSIX.cpp | 211 user_id_t fd_src = OpenFile(source, File::eOpenOptionReadOnly, in GetFile()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Platform.cpp | 1186 File::eOpenOptionReadOnly | File::eOpenOptionCloseOnExec; in PutFile() 1627 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionReadOnly, in DownloadModuleSlice()
|
| H A D | Process.cpp | 4351 m_read_file(GetInputFD(), File::eOpenOptionReadOnly, false), in IOHandlerProcessSTDIO()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
| H A D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 431 file_options |= File::eOpenOptionReadOnly;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 587 NativeFile file(fd, File::eOpenOptionReadOnly, false); in Handle_vFile_pRead()
|
| H A D | GDBRemoteCommunicationClient.cpp | 3116 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 D | CommandObjectTarget.cpp | 263 core_file, lldb_private::File::eOpenOptionReadOnly); in DoExecute() 277 symfile, lldb_private::File::eOpenOptionReadOnly); in DoExecute()
|