Home
last modified time | relevance | path

Searched refs:eOpenOptionRead (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp44 if (options & File::eOpenOptionRead) { in GetStreamOpenModeFromOptions()
55 } else if (options & File::eOpenOptionRead && in GetStreamOpenModeFromOptions()
64 } else if (options & File::eOpenOptionRead) { in GetStreamOpenModeFromOptions()
657 if (open_options & eOpenOptionRead && open_options & eOpenOptionWrite) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp317 const bool read = options & File::eOpenOptionRead; in GetOpenFlags()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1012 .Case("r", File::eOpenOptionRead) in GetOptionsFromMode()
1016 .Case("r+", File::eOpenOptionRead | File::eOpenOptionWrite) in GetOptionsFromMode()
1017 .Case("w+", File::eOpenOptionRead | File::eOpenOptionWrite | in GetOptionsFromMode()
1019 .Case("a+", File::eOpenOptionRead | File::eOpenOptionWrite | in GetOptionsFromMode()
H A DScriptInterpreterPython.cpp834 File::eOpenOptionRead); in ExecuteOneLine()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h39 eOpenOptionRead = (1u << 0), // Open file for reading enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1274 File::eOpenOptionRead | File::eOpenOptionCloseOnExec; in PutFile()
1690 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionRead, in DownloadModuleSlice()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp539 user_id_t fd_src = OpenFile(source, File::eOpenOptionRead, in GetFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp544 File::eOpenOptionRead | File::eOpenOptionWrite | in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2373 cmd_file, File::eOpenOptionRead); in HandleCommandsFromFile()