Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp58 if (options & File::eOpenOptionCanCreate) { in GetStreamOpenModeFromOptions()
81 eOpenOptionWrite | eOpenOptionAppend | eOpenOptionCanCreate) in GetOptionsFromMode()
84 eOpenOptionRead | eOpenOptionWrite | eOpenOptionCanCreate | in GetOptionsFromMode()
88 eOpenOptionCanCreate) in GetOptionsFromMode()
751 else if (open_options & eOpenOptionCanCreate) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp401 if (options & File::eOpenOptionCanCreate) in GetOpenFlags()
/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.h53 eOpenOptionCanCreate = (1u << 5), // Create file if doesn't already exist enumerator
/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.cpp1026 File::eOpenOptionCanCreate | in SerializeBreakpointsToFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp449 File::eOpenOptionCanCreate, in IOHandlerInputComplete()
/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.cpp502 File::eOpenOptionAppend | File::eOpenOptionCanCreate, 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/Core/
H A DDebugger.cpp1246 File::eOpenOptionWrite | File::eOpenOptionCanCreate; in EnableLog()
/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2958 File::eOpenOptionCanCreate | in SaveTranscript()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp109 FileSpec(path), File::eOpenOptionWrite | File::eOpenOptionCanCreate); in DumpProcessGDBRemotePacketHistory()