Home
last modified time | relevance | path

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

/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp72 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate); in SaveCore()
/freebsd-src/contrib/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.cpp1049 lldb_private::NativeFile file(temp_fd, File::eOpenOptionWriteOnly, true); in ParseInternal()
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp94 auto open_options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in RedirectToFile()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp192 File::eOpenOptionWriteOnly); in ScriptInterpreterIORedirect()
H A DCommandInterpreter.cpp3248 File::OpenOptions flags = File::eOpenOptionWriteOnly | in SaveTranscript()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h52 eOpenOptionWriteOnly = 0x1, // Open file for writing (only) enumerator
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp163 m_file_spec, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in ModuleLock()
H A DPlatform.cpp1161 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly |
H A DTarget.cpp1099 File::eOpenOptionTruncate | File::eOpenOptionWriteOnly | in SerializeBreakpointsToFile()
H A DProcess.cpp4595 m_write_file(write_fd, File::eOpenOptionWriteOnly, false) {
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1060 options |= File::eOpenOptionWriteOnly; in GetOptionsForPyObject()
1351 options.get() & (File::eOpenOptionReadOnly | File::eOpenOptionWriteOnly | in ConvertToFile()
1353 if (rw == File::eOpenOptionWriteOnly || rw == File::eOpenOptionReadWrite) { in ConvertToFile()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp384 const File::OpenOptions flags = File::eOpenOptionWriteOnly | in GetDefinitions()
H A DCommandObjectSettings.cpp339 auto options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in SetOptionValue()
H A DCommandObjectThread.cpp2194 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in SetOptionValue()
2389 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in GetDefinitions()
H A DCommandObjectMemory.cpp760 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp459 File::eOpenOptionWriteOnly | File::eOpenOptionTruncate | in IOHandlerInputComplete()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp224 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in GetFile()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp620 NativeFile file(fd, File::eOpenOptionWriteOnly, false); in Handle_vFile_pWrite()
H A DProcessGDBRemote.cpp111 FileSpec(path), File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate); in DumpProcessGDBRemotePacketHistory()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1655 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in GetScriptInterpreter()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp271 NativeFile file(fd, File::eOpenOptionWriteOnly, true); in Materialize()