Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DDump.cpp136 DebugPrintTableOptions print_options; in Action() local
137 print_options.show_sources = true; in Action()
138 print_options.show_values = !no_values_; in Action()
189 Debug::PrintTable(table, print_options, printer_); in Action()
322 DebugPrintTableOptions print_options; in Dump() local
323 print_options.show_sources = true; in Dump()
324 print_options.show_values = !no_values_; in Dump()
325 Debug::PrintTable(*table, print_options, GetPrinter()); in Dump()