Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/binary_translation/program_runner/
Dmain.cc56 bool print_help_and_exit; member
61 static const Options kOptsError{.print_help_and_exit = true}; in ParseArgs()
66 .print_help_and_exit = false, in ParseArgs()
118 if (opts.print_help_and_exit) { in main()
/aosp_15_r20/external/toolchain-utils/contrib/gbiv/bgtask/
H A Dbgtask.cc34 static void print_help_and_exit(int exit_code) { in print_help_and_exit() function
115 print_help_and_exit(/*exit_code=*/1); in main()
122 print_help_and_exit(/*exit_code=*/0); in main()