Searched refs:debugPrintTableOptions (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/dump/
H A DDump.cpp81 DebugPrintTableOptions debugPrintTableOptions; local
82 debugPrintTableOptions.showSources = true;
83 Debug::printTable(table.get(), debugPrintTableOptions);
/frameworks/base/tools/aapt2/link/
H A DLink.cpp1348 DebugPrintTableOptions debugPrintTableOptions; local
1349 debugPrintTableOptions.showSources = true;
1350 Debug::printTable(&mFinalTable, debugPrintTableOptions);

Completed in 1445 milliseconds