Home
last modified time | relevance | path

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

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