Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Host/common/
H A DFile.cpp48 File::eOpenOptionReadWrite); in GetStreamOpenModeFromOptions()
51 if (rw == File::eOpenOptionReadWrite) { in GetStreamOpenModeFromOptions()
62 } else if (rw == File::eOpenOptionReadWrite) { in GetStreamOpenModeFromOptions()
88 .Cases("r+", "rb+", "r+b", eOpenOptionReadWrite) in GetOptionsFromMode()
90 eOpenOptionReadWrite | eOpenOptionCanCreate | in GetOptionsFromMode()
93 eOpenOptionReadWrite | eOpenOptionAppend | in GetOptionsFromMode()
327 File::eOpenOptionReadWrite); in Close()
329 if (rw == eOpenOptionWriteOnly || rw == eOpenOptionReadWrite) { in Close()
782 File::eOpenOptionReadWrite); in ConvertOpenOptionsForPOSIXOpen()
783 if (rw == eOpenOptionReadWrite) in ConvertOpenOptionsForPOSIXOpen()
[all...]
H A DFileSystem.cpp376 File::eOpenOptionReadWrite); in GetOpenFlags()
377 if (rw == File::eOpenOptionWriteOnly || rw == File::eOpenOptionReadWrite) { in GetOpenFlags()
378 if (rw == File::eOpenOptionReadWrite) in GetOpenFlags()
/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp65 std::make_shared<NativeFile>(fd, File::eOpenOptionReadWrite, owns_fd); in ConnectionFileDescriptor()
700 std::make_shared<NativeFile>(fd, File::eOpenOptionReadWrite, false); in ConnectFD()
757 m_io_sp = std::make_shared<NativeFile>(fd, File::eOpenOptionReadWrite, true); in ConnectFile()
789 fd, File::eOpenOptionReadWrite, serial_options.get(), true); in ConnectSerialPort()
/llvm-project/lldb/include/lldb/Host/
H A DFile.h53 eOpenOptionReadWrite = 0x2, // Open file for both reading and writing enumerator
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1001 options |= File::eOpenOptionReadWrite;
1307 File::eOpenOptionReadWrite); in Write()
1308 if (rw == File::eOpenOptionWriteOnly || rw == File::eOpenOptionReadWrite) { in Write()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm426 file_options |= File::eOpenOptionReadWrite;
/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp489 File::eOpenOptionReadWrite | File::eOpenOptionCanCreate, in DoExecute()