Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DFile.cpp45 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()
DFileSystem.cpp385 const bool read = options & File::eOpenOptionRead; in GetOpenFlags()
/external/llvm-project/lldb/source/Host/posix/
DConnectionFileDescriptorPosix.cpp91 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/
DFile.h47 eOpenOptionRead = (1u << 0), // Open file for reading enumerator
/external/llvm-project/lldb/source/Interpreter/
DScriptInterpreter.cpp132 File::eOpenOptionRead); in Create()
DCommandInterpreter.cpp2433 FileSystem::Instance().Open(cmd_file, File::eOpenOptionRead); in HandleCommandsFromFile()
/external/llvm-project/lldb/source/Host/windows/
DHost.cpp38 executable, File::eOpenOptionRead, lldb::eFilePermissionsUserRead); in GetTripleForProcess()
/external/llvm-project/lldb/unittests/Host/
DFileSystemTest.cpp299 auto file = fs.Open(spec, File::eOpenOptionRead, 0, true); in TEST()
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1228 File::eOpenOptionRead | File::eOpenOptionCloseOnExec; in PutFile()
1666 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionRead, in DownloadModuleSlice()
DProcess.cpp4442 m_read_file(GetInputFD(), File::eOpenOptionRead, false), in IOHandlerProcessSTDIO()
/external/llvm-project/lldb/docs/
Dlldb-platform-packets.txt378 // in gdb's vFile:open:, but it means eOpenOptionRead to lldb's
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp208 user_id_t fd_src = OpenFile(source, File::eOpenOptionRead, in GetFile()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.mm432 file_options |= File::eOpenOptionRead;
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp586 File::eOpenOptionRead); in TEST_F()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.cpp584 NativeFile file(fd, File::eOpenOptionRead, false); in Handle_vFile_pRead()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1118 options |= File::eOpenOptionRead; in GetOptionsForPyObject()
/external/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp515 File::eOpenOptionRead | File::eOpenOptionWrite | in DoExecute()
DCommandObjectTarget.cpp274 core_file, lldb_private::File::eOpenOptionRead); in DoExecute()
289 symfile, lldb_private::File::eOpenOptionRead); in DoExecute()