Searched refs:eOpenOptionRead (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | File.cpp | 44 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 D | FileSystem.cpp | 317 const bool read = options & File::eOpenOptionRead; in GetOpenFlags()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 1012 .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 D | ScriptInterpreterPython.cpp | 834 File::eOpenOptionRead); in ExecuteOneLine()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | File.h | 39 eOpenOptionRead = (1u << 0), // Open file for reading enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Platform.cpp | 1274 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 D | PlatformPOSIX.cpp | 539 user_id_t fd_src = OpenFile(source, File::eOpenOptionRead, in GetFile()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 544 File::eOpenOptionRead | File::eOpenOptionWrite | in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2373 cmd_file, File::eOpenOptionRead); in HandleCommandsFromFile()
|