Home
last modified time | relevance | path

Searched refs:eOpenOptionReadWrite (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/common/
H A DFile.cpp46 File::eOpenOptionReadWrite); in GetStreamOpenModeFromOptions()
49 if (rw == File::eOpenOptionReadWrite) { in GetStreamOpenModeFromOptions()
60 } else if (rw == File::eOpenOptionReadWrite) { in GetStreamOpenModeFromOptions()
86 .Cases("r+", "rb+", "r+b", eOpenOptionReadWrite) in GetOptionsFromMode()
88 eOpenOptionReadWrite | eOpenOptionCanCreate | in GetOptionsFromMode()
91 eOpenOptionReadWrite | eOpenOptionAppend | in GetOptionsFromMode()
315 File::eOpenOptionReadWrite); in Close()
317 if (rw == eOpenOptionWriteOnly || rw == eOpenOptionReadWrite) { in Close()
742 File::eOpenOptionReadWrite); in ConvertOpenOptionsForPOSIXOpen()
743 if (rw == eOpenOptionReadWrite) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp388 File::eOpenOptionReadWrite); in GetOpenFlags()
389 if (rw == File::eOpenOptionWriteOnly || rw == File::eOpenOptionReadWrite) { in GetOpenFlags()
390 if (rw == File::eOpenOptionReadWrite) in GetOpenFlags()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp67 std::make_shared<NativeFile>(fd, File::eOpenOptionReadWrite, owns_fd); in ConnectionFileDescriptor()
708 std::make_shared<NativeFile>(fd, File::eOpenOptionReadWrite, false); in ConnectFD()
755 m_io_sp = std::make_shared<NativeFile>(fd, File::eOpenOptionReadWrite, true); in ConnectFile()
787 fd, File::eOpenOptionReadWrite, serial_options.get(), true); in ConnectSerialPort()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFile.h52 eOpenOptionReadWrite = 0x2, // Open file for both reading and writing enumerator
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1020 options |= File::eOpenOptionReadWrite; in GetOptionsForPyObject()
1314 File::eOpenOptionReadWrite); in ConvertToFile()
1315 if (rw == File::eOpenOptionWriteOnly || rw == File::eOpenOptionReadWrite) { in ConvertToFile()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm427 file_options |= File::eOpenOptionReadWrite;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp506 File::eOpenOptionReadWrite | File::eOpenOptionCanCreate, in DoExecute()