Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp764 const FileSpec &outfile_spec = in DoExecute() local
767 std::string path = outfile_spec.GetPath(); in DoExecute()
768 if (outfile_spec) { in DoExecute()
776 auto outfile = FileSystem::Instance().Open(outfile_spec, open_options); in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp4577 const FileSpec &outfile_spec = in DoExecute() local
4579 if (outfile_spec) { in DoExecute()
4581 std::string path = outfile_spec.GetPath(); in DoExecute()
4582 auto file = FileSystem::Instance().Open(outfile_spec, in DoExecute()