Home
last modified time | relevance | path

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

/freebsd-src/contrib/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()
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()
/freebsd-src/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp68 std::make_shared<NativeFile>(fd, File::eOpenOptionReadWrite, owns_fd); in ConnectionFileDescriptor()
706 std::make_shared<NativeFile>(fd, File::eOpenOptionReadWrite, false); in ConnectFD()
753 m_io_sp = std::make_shared<NativeFile>(fd, File::eOpenOptionReadWrite, true); in ConnectFile()
785 fd, File::eOpenOptionReadWrite, serial_options.get(), true); in ConnectSerialPort()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h53 eOpenOptionReadWrite = 0x2, // Open file for both reading and writing enumerator
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1058 options |= File::eOpenOptionReadWrite; in GetOptionsForPyObject()
1352 File::eOpenOptionReadWrite); in ConvertToFile()
1353 if (rw == File::eOpenOptionWriteOnly || rw == File::eOpenOptionReadWrite) { in ConvertToFile()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp489 File::eOpenOptionReadWrite | File::eOpenOptionCanCreate, in DoExecute()