Home
last modified time | relevance | path

Searched refs:eOpenOptionCanCreate (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/common/
H A DFile.cpp61 if (options & File::eOpenOptionCanCreate) { in GetStreamOpenModeFromOptions()
85 eOpenOptionCanCreate) in GetOptionsFromMode()
88 eOpenOptionReadWrite | eOpenOptionCanCreate | in GetOptionsFromMode()
92 eOpenOptionCanCreate) in GetOptionsFromMode()
761 else if (open_options & eOpenOptionCanCreate) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp401 if (options & File::eOpenOptionCanCreate) in GetOpenFlags()
/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/API/
H A DSBStream.cpp93 auto open_options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in RedirectToFile()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFile.h55 eOpenOptionCanCreate = 0x200, // Create file if doesn't already exist 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.cpp1040 File::eOpenOptionCanCreate | in SerializeBreakpointsToFile()
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp454 File::eOpenOptionCanCreate, in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectLog.cpp398 File::eOpenOptionCanCreate | in DoExecute()
H A DCommandObjectSettings.cpp375 auto options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
H A DCommandObjectPlatform.cpp506 File::eOpenOptionReadWrite | 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/Core/
H A DDebugger.cpp1447 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in EnableLog()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2652 file_spec, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in SaveAllocation()
4584 File::eOpenOptionCanCreate); in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3172 File::eOpenOptionCanCreate | in SaveTranscript()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp107 FileSpec(path), File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate); in DumpProcessGDBRemotePacketHistory()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6777 File::eOpenOptionCanCreate);