Home
last modified time | relevance | path

Searched refs:eOpenOptionWrite (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp50 } else if (options & File::eOpenOptionWrite) { in GetStreamOpenModeFromOptions()
57 options & File::eOpenOptionWrite) { in GetStreamOpenModeFromOptions()
67 } else if (options & File::eOpenOptionWrite) { in GetStreamOpenModeFromOptions()
79 .Cases("w", "wb", eOpenOptionWrite) in GetOptionsFromMode()
81 eOpenOptionWrite | eOpenOptionAppend | eOpenOptionCanCreate) in GetOptionsFromMode()
82 .Cases("r+", "rb+", "r+b", eOpenOptionRead | eOpenOptionWrite) in GetOptionsFromMode()
84 eOpenOptionRead | eOpenOptionWrite | eOpenOptionCanCreate | in GetOptionsFromMode()
87 eOpenOptionRead | eOpenOptionWrite | eOpenOptionAppend | in GetOptionsFromMode()
313 } else if (m_options & eOpenOptionWrite) { in Close()
735 if (open_options & eOpenOptionRead && open_options & eOpenOptionWrite) in ConvertOpenOptionsForPOSIXOpen()
[all …]
H A DFileSystem.cpp386 const bool write = options & File::eOpenOptionWrite; in GetOpenFlags()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DStreamFile.cpp25 std::make_shared<NativeFile>(fd, File::eOpenOptionWrite, transfer_ownership); in StreamFile()
H A DDebugger.cpp1246 File::eOpenOptionWrite | File::eOpenOptionCanCreate; in EnableLog()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp90 m_write_sp = std::make_shared<NativeFile>(fd, File::eOpenOptionWrite, owns_fd); in ConnectionFileDescriptor()
225 std::make_shared<NativeFile>(fd, File::eOpenOptionWrite, false); in Connect()
275 m_write_sp = std::make_shared<NativeFile>(fd, File::eOpenOptionWrite, false); in Connect()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp52 lldb_private::NativeFile file(temp_fd, File::eOpenOptionWrite, true); in ClangUtilityFunction()
H A DClangExpressionParser.cpp1072 lldb_private::NativeFile file(temp_fd, File::eOpenOptionWrite, true); in ParseInternal()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp93 auto open_options = File::eOpenOptionWrite | File::eOpenOptionCanCreate; in RedirectToFile()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h48 eOpenOptionWrite = (1u << 1), // Open file for writing enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp149 File::eOpenOptionWrite); in Create()
H A DCommandInterpreter.cpp2957 File::OpenOptions flags = File::eOpenOptionWrite | in SaveTranscript()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp162 m_file_spec, File::eOpenOptionWrite | File::eOpenOptionCanCreate | in ModuleLock()
H A DPlatform.cpp1243 destination, File::eOpenOptionCanCreate | File::eOpenOptionWrite | in PutFile()
H A DTarget.cpp1025 File::eOpenOptionTruncate | File::eOpenOptionWrite | in SerializeBreakpointsToFile()
H A DProcess.cpp4314 m_write_file(write_fd, File::eOpenOptionWrite, false) { in IOHandlerProcessSTDIO()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp448 File::eOpenOptionWrite | File::eOpenOptionTruncate | in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1120 options |= File::eOpenOptionWrite; in GetOptionsForPyObject()
1416 if (options.get() & File::eOpenOptionWrite) { in ConvertToFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp372 auto options = File::eOpenOptionWrite | File::eOpenOptionCanCreate; in DoExecute()
H A DCommandObjectMemory.cpp757 File::eOpenOptionWrite | File::eOpenOptionCanCreate; in DoExecute()
H A DCommandObjectPlatform.cpp501 File::eOpenOptionRead | File::eOpenOptionWrite | in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp221 destination, File::eOpenOptionCanCreate | File::eOpenOptionWrite | in GetFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp610 NativeFile file(fd, File::eOpenOptionWrite, false); in Handle_vFile_pWrite()
H A DProcessGDBRemote.cpp109 FileSpec(path), File::eOpenOptionWrite | File::eOpenOptionCanCreate); in DumpProcessGDBRemotePacketHistory()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2663 file_spec, File::eOpenOptionWrite | File::eOpenOptionCanCreate | in SaveAllocation()
4589 outfile_spec, File::eOpenOptionWrite | File::eOpenOptionCanCreate); in DoExecute()