Searched refs:GetPrinter (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Dump.cpp | 254 GetPrinter()->Print(StringPrintf("%s\n", config.to_string().data())); in Dump() 265 GetPrinter()->Println(package_name.value()); in Dump() 281 Debug::DumpResStringPool(&pool, GetPrinter()); in Dump() 312 GetPrinter()->Println("Proto APK"); in Dump() 314 GetPrinter()->Println("Binary APK"); in Dump() 326 Debug::PrintTable(*table, print_options, GetPrinter()); in Dump() 381 Debug::DumpResStringPool(&tree.getStrings(), GetPrinter()); in Dump() 392 Debug::DumpXml(*xml, GetPrinter()); in Dump() 404 Debug::DumpOverlayable(*table, GetPrinter()); in Dump()
|
H A 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()
|