Searched refs:eOpenOptionRead (Results 1 – 18 of 18) sorted by relevance
/external/llvm-project/lldb/source/Host/common/ |
D | File.cpp | 45 if (options & File::eOpenOptionRead) { in GetStreamOpenModeFromOptions() 56 } else if (options & File::eOpenOptionRead && in GetStreamOpenModeFromOptions() 65 } else if (options & File::eOpenOptionRead) { in GetStreamOpenModeFromOptions() 78 .Cases("r", "rb", eOpenOptionRead) in GetOptionsFromMode() 82 .Cases("r+", "rb+", "r+b", eOpenOptionRead | eOpenOptionWrite) in GetOptionsFromMode() 84 eOpenOptionRead | eOpenOptionWrite | eOpenOptionCanCreate | in GetOptionsFromMode() 87 eOpenOptionRead | eOpenOptionWrite | eOpenOptionAppend | in GetOptionsFromMode() 735 if (open_options & eOpenOptionRead && open_options & eOpenOptionWrite) in ConvertOpenOptionsForPOSIXOpen()
|
D | FileSystem.cpp | 385 const bool read = options & File::eOpenOptionRead; in GetOpenFlags()
|
/external/llvm-project/lldb/source/Host/posix/ |
D | ConnectionFileDescriptorPosix.cpp | 91 m_read_sp = std::make_shared<NativeFile>(fd, File::eOpenOptionRead, false); in ConnectionFileDescriptor() 223 std::make_shared<NativeFile>(fd, File::eOpenOptionRead, false); in Connect() 274 m_read_sp = std::make_shared<NativeFile>(fd, File::eOpenOptionRead, true); in Connect()
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | File.h | 47 eOpenOptionRead = (1u << 0), // Open file for reading enumerator
|
/external/llvm-project/lldb/source/Interpreter/ |
D | ScriptInterpreter.cpp | 132 File::eOpenOptionRead); in Create()
|
D | CommandInterpreter.cpp | 2433 FileSystem::Instance().Open(cmd_file, File::eOpenOptionRead); in HandleCommandsFromFile()
|
/external/llvm-project/lldb/source/Host/windows/ |
D | Host.cpp | 38 executable, File::eOpenOptionRead, lldb::eFilePermissionsUserRead); in GetTripleForProcess()
|
/external/llvm-project/lldb/unittests/Host/ |
D | FileSystemTest.cpp | 299 auto file = fs.Open(spec, File::eOpenOptionRead, 0, true); in TEST()
|
/external/llvm-project/lldb/source/Target/ |
D | Platform.cpp | 1228 File::eOpenOptionRead | File::eOpenOptionCloseOnExec; in PutFile() 1666 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionRead, in DownloadModuleSlice()
|
D | Process.cpp | 4442 m_read_file(GetInputFD(), File::eOpenOptionRead, false), in IOHandlerProcessSTDIO()
|
/external/llvm-project/lldb/docs/ |
D | lldb-platform-packets.txt | 378 // in gdb's vFile:open:, but it means eOpenOptionRead to lldb's
|
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
D | PlatformPOSIX.cpp | 208 user_id_t fd_src = OpenFile(source, File::eOpenOptionRead, in GetFile()
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 432 file_options |= File::eOpenOptionRead;
|
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
D | PythonDataObjectsTests.cpp | 586 File::eOpenOptionRead); in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServerCommon.cpp | 584 NativeFile file(fd, File::eOpenOptionRead, false); in Handle_vFile_pRead()
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | PythonDataObjects.cpp | 1118 options |= File::eOpenOptionRead; in GetOptionsForPyObject()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectPlatform.cpp | 515 File::eOpenOptionRead | File::eOpenOptionWrite | in DoExecute()
|
D | CommandObjectTarget.cpp | 274 core_file, lldb_private::File::eOpenOptionRead); in DoExecute() 289 symfile, lldb_private::File::eOpenOptionRead); in DoExecute()
|