Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp765 const FileSpec &outfile_spec = in DoExecute() local
768 std::string path = outfile_spec.GetPath(); in DoExecute()
769 if (outfile_spec) { in DoExecute()
777 auto outfile = FileSystem::Instance().Open(outfile_spec, open_options); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp4578 const FileSpec &outfile_spec = in DoExecute() local
4580 if (outfile_spec) { in DoExecute()
4582 std::string path = outfile_spec.GetPath(); in DoExecute()
4583 auto file = FileSystem::Instance().Open(outfile_spec, in DoExecute()