Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp4539 m_outfile.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()
4540 FileSystem::Instance().Resolve(m_outfile); in SetOptionValue()
4541 if (FileSystem::Instance().Exists(m_outfile)) { in SetOptionValue()
4542 m_outfile.Clear(); in SetOptionValue()
4555 m_outfile.Clear(); in OptionParsingStarting()
4562 FileSpec m_outfile; member in CommandObjectRenderScriptRuntimeAllocationDump::CommandOptions
4594 m_options.m_outfile; // Dump allocation to file instead in DoExecute()