Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DDebug.h41 static void DumpResStringPool(const android::ResStringPool* pool, text::Printer* printer);
DDebug.cpp429 void Debug::DumpResStringPool(const android::ResStringPool* pool, text::Printer* printer) { in DumpResStringPool() function in aapt::Debug
/frameworks/base/tools/aapt2/cmd/
DDump.cpp280 Debug::DumpResStringPool(&pool, GetPrinter()); in Dump()
380 Debug::DumpResStringPool(&tree.getStrings(), GetPrinter()); in Dump()