Home
last modified time | relevance | path

Searched refs:eOpenOptionWriteOnly (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/lldb/source/Host/common/
H A DFile.cpp47 options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in GetStreamOpenModeFromOptions()
56 } else if (rw == File::eOpenOptionWriteOnly) { in GetStreamOpenModeFromOptions()
70 } else if (rw == File::eOpenOptionWriteOnly) { in GetStreamOpenModeFromOptions()
84 .Cases("w", "wb", eOpenOptionWriteOnly) in GetOptionsFromMode()
86 eOpenOptionWriteOnly | eOpenOptionAppend | in GetOptionsFromMode()
326 m_options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in Close()
329 if (rw == eOpenOptionWriteOnly || rw == eOpenOptionReadWrite) { in Close()
781 open_options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in ConvertOpenOptionsForPOSIXOpen()
785 else if (rw == eOpenOptionWriteOnly) in ConvertOpenOptionsForPOSIXOpen()
H A DStreamFile.cpp25 m_file_sp = std::make_shared<NativeFile>(fd, File::eOpenOptionWriteOnly, in StreamFile()
H A DFileSystem.cpp375 options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in GetOpenFlags()
377 if (rw == File::eOpenOptionWriteOnly || rw == File::eOpenOptionReadWrite) { in GetOpenFlags()
/llvm-project/lldb/unittests/Host/
H A DFileTest.cpp49 NativeFile file(fd, File::eOpenOptionWriteOnly, true); in TEST()
/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp86 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate); in SaveCore()
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp47 lldb_private::NativeFile file(temp_fd, File::eOpenOptionWriteOnly, true); in ClangUtilityFunction()
H A DClangExpressionParser.cpp1245 lldb_private::NativeFile file(temp_fd, File::eOpenOptionWriteOnly, true); in RewriteExpression()
/llvm-project/lldb/source/API/
H A DSBStream.cpp94 auto open_options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in RedirectToFile()
/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp198 File::eOpenOptionWriteOnly); in Create()
H A DCommandInterpreter.cpp3302 File::OpenOptions flags = File::eOpenOptionWriteOnly | in GetLLDBCommandsFromIOHandler()
/llvm-project/lldb/include/lldb/Host/
H A DFile.h52 eOpenOptionWriteOnly = 0x1, // Open file for writing (only) enumerator
/llvm-project/lldb/source/Target/
H A DModuleCache.cpp163 m_file_spec, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in ModuleLock()
H A DPlatform.cpp1167 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in PutFile()
H A DTarget.cpp1187 File::eOpenOptionTruncate | File::eOpenOptionWriteOnly | in CreateBreakpointsFromFile()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1003 options |= File::eOpenOptionWriteOnly;
1306 options.get() & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in Write()
1308 if (rw == File::eOpenOptionWriteOnly || rw == File::eOpenOptionReadWrite) { in Write()
/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp382 const File::OpenOptions flags = File::eOpenOptionWriteOnly | in DoExecute()
H A DCommandObjectSettings.cpp339 auto options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
H A DCommandObjectThread.cpp2204 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in DoExecute()
2399 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in DoExecute()
H A DCommandObjectMemory.cpp760 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
/llvm-project/lldb/source/Expression/
H A DREPL.cpp456 File::eOpenOptionWriteOnly | File::eOpenOptionTruncate | in IOHandlerInputComplete()
/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp227 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in GetFile()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm428 file_options |= File::eOpenOptionWriteOnly;
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp619 NativeFile file(fd, File::eOpenOptionWriteOnly, false); in Handle_vFile_pWrite()
/llvm-project/lldb/source/Core/
H A DDebugger.cpp1690 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in GetScriptInterpreter()
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp271 NativeFile file(fd, File::eOpenOptionWriteOnly, true); in Materialize()

12