Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DDebug.h42 static void DumpOverlayable(const ResourceTable& table, text::Printer* printer);
DDebug.cpp550 void Debug::DumpOverlayable(const ResourceTable& table, text::Printer* printer) { in DumpOverlayable() function in aapt::Debug
/frameworks/base/tools/aapt2/cmd/
DDump.cpp403 Debug::DumpOverlayable(*table, GetPrinter()); in Dump()