Searched refs:eOpenOptionReadWrite (Results 1 – 7 of 7) sorted by relevance
| /llvm-project/lldb/source/Host/common/ |
| H A D | File.cpp | 48 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 D | FileSystem.cpp | 376 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 D | ConnectionFileDescriptorPosix.cpp | 65 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 D | File.h | 53 eOpenOptionReadWrite = 0x2, // Open file for both reading and writing enumerator
|
| /llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 1001 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 D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 426 file_options |= File::eOpenOptionReadWrite;
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 489 File::eOpenOptionReadWrite | File::eOpenOptionCanCreate, in DoExecute()
|