Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFile.cpp46 options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in GetStreamOpenModeFromOptions()
55 } else if (rw == File::eOpenOptionWriteOnly) { in GetStreamOpenModeFromOptions()
69 } else if (rw == File::eOpenOptionWriteOnly) { in GetStreamOpenModeFromOptions()
83 .Cases("w", "wb", eOpenOptionWriteOnly) in GetOptionsFromMode()
85 eOpenOptionWriteOnly | eOpenOptionAppend | in GetOptionsFromMode()
315 m_options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in Close()
318 if (rw == eOpenOptionWriteOnly || rw == eOpenOptionReadWrite) { in Close()
742 open_options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in ConvertOpenOptionsForPOSIXOpen()
746 else if (rw == eOpenOptionWriteOnly) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp388 options & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in GetOpenFlags()
390 if (rw == File::eOpenOptionWriteOnly || rw == File::eOpenOptionReadWrite) { in GetOpenFlags()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DStreamFile.cpp25 m_file_sp = std::make_shared<NativeFile>(fd, File::eOpenOptionWriteOnly, in StreamFile()
H A DDebugger.cpp1467 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in EnableLog()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp102 outfile, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate); in SaveCore()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp48 lldb_private::NativeFile file(temp_fd, File::eOpenOptionWriteOnly, true); in ClangUtilityFunction()
H A DClangExpressionParser.cpp1063 lldb_private::NativeFile file(temp_fd, File::eOpenOptionWriteOnly, true); in ParseInternal()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBStream.cpp93 auto open_options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in RedirectToFile()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DScriptInterpreter.cpp164 File::eOpenOptionWriteOnly); in Create()
H A DCommandInterpreter.cpp3219 File::OpenOptions flags = File::eOpenOptionWriteOnly | in SaveTranscript()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFile.h52 eOpenOptionWriteOnly = 0x1, // Open file for writing (only) enumerator
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DModuleCache.cpp163 m_file_spec, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in ModuleLock()
H A DPlatform.cpp1201 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in PutFile()
H A DTarget.cpp1049 File::eOpenOptionTruncate | File::eOpenOptionWriteOnly | in SerializeBreakpointsToFile()
H A DProcess.cpp4352 m_write_file(write_fd, File::eOpenOptionWriteOnly, false) { in IOHandlerProcessSTDIO()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1021 options |= File::eOpenOptionWriteOnly; in GetOptionsForPyObject()
1312 options.get() & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in ConvertToFile()
1314 if (rw == File::eOpenOptionWriteOnly || rw == File::eOpenOptionReadWrite) { in ConvertToFile()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp453 File::eOpenOptionWriteOnly | File::eOpenOptionTruncate | in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/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 DCommandObjectThread.cpp2204 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in DoExecute()
2401 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in DoExecute()
H A DCommandObjectMemory.cpp772 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp224 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in GetFile()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm429 file_options |= File::eOpenOptionWriteOnly;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp620 NativeFile file(fd, File::eOpenOptionWriteOnly, false); in Handle_vFile_pWrite()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2652 file_spec, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in SaveAllocation()
4584 File::eOpenOptionWriteOnly | in DoExecute()

12