Searched refs:GetPrinter (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/cmd/ |
D | Dump.cpp | 248 GetPrinter()->Print(StringPrintf("%s\n", config.to_string().data())); in Dump() 259 GetPrinter()->Println(package_name.value()); in Dump() 275 Debug::DumpResStringPool(&pool, GetPrinter()); in Dump() 306 GetPrinter()->Println("Proto APK"); in Dump() 308 GetPrinter()->Println("Binary APK"); in Dump() 320 Debug::PrintTable(*table, print_options, GetPrinter()); in Dump() 375 Debug::DumpResStringPool(&tree.getStrings(), GetPrinter()); in Dump() 386 Debug::DumpXml(*xml, GetPrinter()); in Dump()
|
D | Dump.h | 38 text::Printer* GetPrinter() { in GetPrinter() function 132 return DumpManifest(apk, options_, GetPrinter(), GetDiagnostics()); in Dump() 169 return DumpManifest(apk, options, GetPrinter(), GetDiagnostics()); in Dump()
|