Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
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()
DFileSystem.cpp401 if (options & File::eOpenOptionCanCreate) in GetOpenFlags()
/external/llvm-project/lldb/source/API/
DSBStream.cpp93 auto open_options = File::eOpenOptionWrite | File::eOpenOptionCanCreate; in RedirectToFile()
/external/llvm-project/lldb/include/lldb/Host/
DFile.h53 eOpenOptionCanCreate = (1u << 5), // Create file if doesn't already exist enumerator
/external/llvm-project/lldb/source/Target/
DModuleCache.cpp162 m_file_spec, File::eOpenOptionWrite | File::eOpenOptionCanCreate | in ModuleLock()
DPlatform.cpp1243 destination, File::eOpenOptionCanCreate | File::eOpenOptionWrite | in PutFile()
DTarget.cpp1014 File::eOpenOptionCanCreate | in SerializeBreakpointsToFile()
/external/llvm-project/lldb/source/Expression/
DREPL.cpp449 File::eOpenOptionCanCreate, in IOHandlerInputComplete()
/external/llvm-project/lldb/source/Commands/
DCommandObjectSettings.cpp377 auto options = File::eOpenOptionWrite | File::eOpenOptionCanCreate; in DoExecute()
DCommandObjectPlatform.cpp516 File::eOpenOptionAppend | File::eOpenOptionCanCreate, in DoExecute()
DCommandObjectMemory.cpp770 auto open_options = File::eOpenOptionWrite | File::eOpenOptionCanCreate; in DoExecute()
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp221 destination, File::eOpenOptionCanCreate | File::eOpenOptionWrite | in GetFile()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp1171 File::eOpenOptionWrite | File::eOpenOptionCanCreate; in EnableLog()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp2663 file_spec, File::eOpenOptionWrite | File::eOpenOptionCanCreate | in SaveAllocation()
4599 outfile_spec, File::eOpenOptionWrite | File::eOpenOptionCanCreate); in DoExecute()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2944 File::eOpenOptionCanCreate | in SaveTranscript()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp107 FileSpec(path), File::eOpenOptionWrite | File::eOpenOptionCanCreate); in DumpProcessGDBRemotePacketHistory()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp6373 File::eOpenOptionCanCreate); in SaveCore()