| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | File.cpp | 46 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 D | FileSystem.cpp | 388 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 D | StreamFile.cpp | 25 m_file_sp = std::make_shared<NativeFile>(fd, File::eOpenOptionWriteOnly, in StreamFile()
|
| H A D | Debugger.cpp | 1467 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in EnableLog()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | ObjectFileMinidump.cpp | 102 outfile, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate); in SaveCore()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUtilityFunction.cpp | 48 lldb_private::NativeFile file(temp_fd, File::eOpenOptionWriteOnly, true); in ClangUtilityFunction()
|
| H A D | ClangExpressionParser.cpp | 1063 lldb_private::NativeFile file(temp_fd, File::eOpenOptionWriteOnly, true); in ParseInternal()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBStream.cpp | 93 auto open_options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in RedirectToFile()
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | ScriptInterpreter.cpp | 164 File::eOpenOptionWriteOnly); in Create()
|
| H A D | CommandInterpreter.cpp | 3219 File::OpenOptions flags = File::eOpenOptionWriteOnly | in SaveTranscript()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | File.h | 52 eOpenOptionWriteOnly = 0x1, // Open file for writing (only) enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ModuleCache.cpp | 163 m_file_spec, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in ModuleLock()
|
| H A D | Platform.cpp | 1201 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in PutFile()
|
| H A D | Target.cpp | 1049 File::eOpenOptionTruncate | File::eOpenOptionWriteOnly | in SerializeBreakpointsToFile()
|
| H A D | Process.cpp | 4352 m_write_file(write_fd, File::eOpenOptionWriteOnly, false) { in IOHandlerProcessSTDIO()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 1021 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 D | REPL.cpp | 453 File::eOpenOptionWriteOnly | File::eOpenOptionTruncate | in IOHandlerInputComplete()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectLog.cpp | 397 const File::OpenOptions flags = File::eOpenOptionWriteOnly | in DoExecute()
|
| H A D | CommandObjectSettings.cpp | 375 auto options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
|
| H A D | CommandObjectThread.cpp | 2204 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in DoExecute() 2401 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in DoExecute()
|
| H A D | CommandObjectMemory.cpp | 772 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 224 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in GetFile()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
| H A D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 429 file_options |= File::eOpenOptionWriteOnly;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 620 NativeFile file(fd, File::eOpenOptionWriteOnly, false); in Handle_vFile_pWrite()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 2652 file_spec, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in SaveAllocation() 4584 File::eOpenOptionWriteOnly | in DoExecute()
|