Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DStreamFile.cpp35 File::eOpenOptionCanCreate | in StreamFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBugreport.cpp73 File::eOpenOptionWrite | File::eOpenOptionCanCreate | in DoExecute()
H A DCommandObjectSettings.cpp406 File::OpenOptions::eOpenOptionCanCreate; in DoExecute()
H A DCommandObjectMemory.cpp764 File::eOpenOptionWrite | File::eOpenOptionCanCreate; in DoExecute()
H A DCommandObjectPlatform.cpp545 File::eOpenOptionAppend | File::eOpenOptionCanCreate, in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStream.cpp69 uint32_t open_options = File::eOpenOptionWrite | File::eOpenOptionCanCreate; in RedirectToFile()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h45 eOpenOptionCanCreate = (1u << 5), // Create file if doesn't already exist enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp57 if (options & File::eOpenOptionCanCreate) { in GetStreamOpenModeFromOptions()
673 else if (open_options & eOpenOptionCanCreate) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp333 if (options & File::eOpenOptionCanCreate) in GetOpenFlags()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1015 File::eOpenOptionCanCreate) in GetOptionsFromMode()
1018 File::eOpenOptionCanCreate | File::eOpenOptionTruncate) in GetOptionsFromMode()
1020 File::eOpenOptionAppend | File::eOpenOptionCanCreate) in GetOptionsFromMode()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DModuleCache.cpp164 File::eOpenOptionCanCreate | in ModuleLock()
H A DPlatform.cpp1289 destination, File::eOpenOptionCanCreate | File::eOpenOptionWrite | in PutFile()
H A DTarget.cpp1035 File::OpenOptions::eOpenOptionCanCreate | in SerializeBreakpointsToFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp419 File::eOpenOptionCanCreate, in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp552 destination, File::eOpenOptionCanCreate | File::eOpenOptionWrite | in GetFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2752 File::eOpenOptionCanCreate | in SaveAllocation()
4711 File::eOpenOptionWrite | File::eOpenOptionCanCreate); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp107 File::eOpenOptionCanCreate); in DumpProcessGDBRemotePacketHistory()