Searched refs:print_help (Results 1 – 2 of 2) sorted by relevance
/system/testing/gtest_extras/ |
D | IsolateMain.cpp | 101 bool print_help = false; in IsolateMain() local 106 print_help = true; in IsolateMain() 112 if (print_help) { in IsolateMain()
|
/system/apex/apexd/ |
D | apexservice.cpp | 633 auto print_help = [](int fd, const char* prefix = nullptr) { in shellCommand() local 682 print_help(err, "No command given"); in shellCommand() 690 print_help(err, "stagePackages requires at least one packagePath"); in shellCommand() 709 print_help(err, "Unrecognized options"); in shellCommand() 729 print_help(err, "Unrecognized options"); in shellCommand() 749 print_help(err, "Unrecognized options"); in shellCommand() 771 print_help(err, "activatePackage requires one packagePath"); in shellCommand() 786 print_help(err, "deactivatePackage requires one packagePath"); in shellCommand() 801 print_help(err, "getStagedSessionInfo requires one session id"); in shellCommand() 840 print_help(err, "submitStagedSession requires one session id"); in shellCommand() [all …]
|