Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Host/common/
H A DFile.cpp45 options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in GetStreamOpenModeFromOptions()
54 } else if (rw == File::eOpenOptionWriteOnly) { in GetStreamOpenModeFromOptions()
68 } else if (rw == File::eOpenOptionWriteOnly) { in GetStreamOpenModeFromOptions()
82 .Cases("w", "wb", eOpenOptionWriteOnly) in GetOptionsFromMode()
84 eOpenOptionWriteOnly | eOpenOptionAppend | in GetOptionsFromMode()
314 m_options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in Close()
317 if (rw == eOpenOptionWriteOnly || rw == eOpenOptionReadWrite) { in Close()
741 open_options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in ConvertOpenOptionsForPOSIXOpen()
745 else if (rw == eOpenOptionWriteOnly) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp387 options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in GetOpenFlags()
389 if (rw == File::eOpenOptionWriteOnly || rw == File::eOpenOptionReadWrite) { in GetOpenFlags()
/llvm-project-15.0.7/lldb/source/Core/
H A DStreamFile.cpp25 m_file_sp = std::make_shared<NativeFile>(fd, File::eOpenOptionWriteOnly, in StreamFile()
H A DDebugger.cpp1447 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in EnableLog()
/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileTest.cpp49 NativeFile file(fd, File::eOpenOptionWriteOnly, true); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp102 outfile, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate); in SaveCore()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp48 lldb_private::NativeFile file(temp_fd, File::eOpenOptionWriteOnly, true); in ClangUtilityFunction()
H A DClangExpressionParser.cpp1075 lldb_private::NativeFile file(temp_fd, File::eOpenOptionWriteOnly, true); in ParseInternal()
/llvm-project-15.0.7/lldb/source/API/
H A DSBStream.cpp93 auto open_options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in RedirectToFile()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DScriptInterpreter.cpp161 File::eOpenOptionWriteOnly); in Create()
H A DCommandInterpreter.cpp3171 File::OpenOptions flags = File::eOpenOptionWriteOnly | in SaveTranscript()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFile.h51 eOpenOptionWriteOnly = 0x1, // Open file for writing (only) enumerator
/llvm-project-15.0.7/lldb/source/Target/
H A DModuleCache.cpp163 m_file_spec, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in ModuleLock()
H A DPlatform.cpp1200 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in PutFile()
H A DTarget.cpp1039 File::eOpenOptionTruncate | File::eOpenOptionWriteOnly | in SerializeBreakpointsToFile()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1022 options |= File::eOpenOptionWriteOnly; in GetOptionsForPyObject()
1313 options.get() & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in ConvertToFile()
1315 if (rw == File::eOpenOptionWriteOnly || rw == File::eOpenOptionReadWrite) { in ConvertToFile()
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp453 File::eOpenOptionWriteOnly | File::eOpenOptionTruncate | in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectLog.cpp397 const File::OpenOptions flags = File::eOpenOptionWriteOnly | in DoExecute()
H A DCommandObjectSettings.cpp375 auto options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
H A DCommandObjectMemory.cpp771 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
H A DCommandObjectThread.cpp2290 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate, in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp223 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in GetFile()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm429 file_options |= File::eOpenOptionWriteOnly;
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp621 NativeFile file(fd, File::eOpenOptionWriteOnly, false); in Handle_vFile_pWrite()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2652 file_spec, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in SaveAllocation()
4583 File::eOpenOptionWriteOnly | in DoExecute()

12