Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DDebug.h40 static void DumpXml(const xml::XmlResource& doc, text::Printer* printer);
DDebug.cpp526 void Debug::DumpXml(const xml::XmlResource& doc, Printer* printer) { in DumpXml() function in aapt::Debug
/frameworks/base/tools/aapt2/cmd/
DDump.cpp391 Debug::DumpXml(*xml, GetPrinter()); in Dump()