Home
last modified time | relevance | path

Searched refs:outfile_spec (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp750 const FileSpec &outfile_spec = in DoExecute() local
753 std::string path = outfile_spec.GetPath(); in DoExecute()
754 if (outfile_spec) { in DoExecute()
762 auto outfile = FileSystem::Instance().Open(outfile_spec, open_options); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp4583 const FileSpec &outfile_spec = in DoExecute() local
4585 if (outfile_spec) { in DoExecute()
4587 std::string path = outfile_spec.GetPath(); in DoExecute()
4589 outfile_spec, File::eOpenOptionWrite | File::eOpenOptionCanCreate); in DoExecute()