Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DDump.cpp290 const auto target_style = ResourceName(*package_name, ResourceType::kStyle, style_); in Dump() local
298 std::optional<ResourceTable::SearchResult> target = table->FindResource(target_style); in Dump()
301 << "Target style \"" << target_style.entry << "\" does not exist"); in Dump()
305 Debug::PrintStyleGraph(table, target_style); in Dump()
/frameworks/base/tools/aapt2/
DDebug.h38 static void PrintStyleGraph(ResourceTable* table, const ResourceName& target_style);
DDebug.cpp365 void Debug::PrintStyleGraph(ResourceTable* table, const ResourceName& target_style) { in PrintStyleGraph() argument
369 styles_to_visit.push(target_style); in PrintStyleGraph()