Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp764 const FileSpec &outfile_spec = in DoExecute() local
767 std::string path = outfile_spec.GetPath(); in DoExecute()
768 if (outfile_spec) { in DoExecute()
775 auto outfile = FileSystem::Instance().Open(outfile_spec, open_options); in DoExecute()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp4593 const FileSpec &outfile_spec = in DoExecute() local
4595 if (outfile_spec) { in DoExecute()
4597 std::string path = outfile_spec.GetPath(); in DoExecute()
4599 outfile_spec, File::eOpenOptionWrite | File::eOpenOptionCanCreate); in DoExecute()