Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp63 if (options & File::eOpenOptionCanCreate) { in GetStreamOpenModeFromOptions()
87 eOpenOptionCanCreate) in GetOptionsFromMode()
90 eOpenOptionReadWrite | eOpenOptionCanCreate | in GetOptionsFromMode()
94 eOpenOptionCanCreate) in GetOptionsFromMode()
805 else if (open_options & eOpenOptionCanCreate) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp389 if (options & File::eOpenOptionCanCreate) in GetOpenFlags()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp86 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate); in SaveCore()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp94 auto open_options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in RedirectToFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h56 eOpenOptionCanCreate = 0x200, // Create file if doesn't already exist enumerator
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp163 m_file_spec, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in ModuleLock()
H A DPlatform.cpp1166 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in PutFile()
H A DTarget.cpp1190 File::eOpenOptionCanCreate | in SerializeBreakpointsToFile()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp383 File::eOpenOptionCanCreate | in DoExecute()
H A DCommandObjectSettings.cpp339 auto options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
H A DCommandObjectThread.cpp2207 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in DoExecute()
2402 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in DoExecute()
H A DCommandObjectPlatform.cpp489 File::eOpenOptionReadWrite | File::eOpenOptionCanCreate, in DoExecute()
H A DCommandObjectMemory.cpp761 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp459 File::eOpenOptionCanCreate, in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp227 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in GetFile()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1826 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in EnableLog()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3424 File::eOpenOptionCanCreate | in SaveTranscript()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp119 FileSpec(path), File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate); in DumpProcessGDBRemotePacketHistory()