Home
last modified time | relevance | path

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

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