Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DDump.cpp285 const auto target_style = ResourceName(package_name.value(), ResourceType::kStyle, style_); in Dump() local
293 Maybe<ResourceTable::SearchResult> target = table->FindResource(target_style); in Dump()
296 DiagMessage() << "Target style \"" << target_style.entry << "\" does not exist"); in Dump()
300 Debug::PrintStyleGraph(table, target_style); in Dump()
/frameworks/base/tools/aapt2/
DDebug.h38 static void PrintStyleGraph(ResourceTable* table, const ResourceName& target_style);
DDebug.cpp351 void Debug::PrintStyleGraph(ResourceTable* table, const ResourceName& target_style) { in PrintStyleGraph() argument
355 styles_to_visit.push(target_style); in PrintStyleGraph()