Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DDump.cpp291 const auto target_style = ResourceName(package_name.value(), ResourceType::kStyle, style_); in Dump() local
299 Maybe<ResourceTable::SearchResult> target = table->FindResource(target_style); in Dump()
302 DiagMessage() << "Target style \"" << target_style.entry << "\" does not exist"); in Dump()
306 Debug::PrintStyleGraph(table, target_style); in Dump()
/aosp12/frameworks/base/tools/aapt2/
H A DDebug.h38 static void PrintStyleGraph(ResourceTable* table, const ResourceName& target_style);
H A DDebug.cpp352 void Debug::PrintStyleGraph(ResourceTable* table, const ResourceName& target_style) { in PrintStyleGraph() argument
356 styles_to_visit.push(target_style); in PrintStyleGraph()