Home
last modified time | relevance | path

Searched refs:GetPrinter (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DDump.cpp254 GetPrinter()->Print(StringPrintf("%s\n", config.to_string().data())); in Dump()
264 GetPrinter()->Println(*package_name); in Dump()
280 Debug::DumpResStringPool(&pool, GetPrinter()); in Dump()
311 GetPrinter()->Println("Proto APK"); in Dump()
313 GetPrinter()->Println("Binary APK"); in Dump()
325 Debug::PrintTable(*table, print_options, GetPrinter()); in Dump()
380 Debug::DumpResStringPool(&tree.getStrings(), GetPrinter()); in Dump()
391 Debug::DumpXml(*xml, GetPrinter()); in Dump()
403 Debug::DumpOverlayable(*table, GetPrinter()); in Dump()
576 Debug::DumpChunks(data->data(), data->size(), GetPrinter(), GetDiagnostics()); in Dump()
DDump.h42 text::Printer* GetPrinter() { in GetPrinter() function
144 return DumpManifest(apk, options_, GetPrinter(), GetDiagnostics()); in Dump()
181 return DumpManifest(apk, options, GetPrinter(), GetDiagnostics()); in Dump()