Searched refs:print_help (Results 1 – 3 of 3) sorted by relevance
/system/extras/profcollectd/ |
D | profcollectd.cpp | 25 void print_help() { in print_help() function 37 print_help(); in main() 44 print_help(); in main()
|
/system/testing/gtest_extras/ |
D | IsolateMain.cpp | 98 bool print_help = false; in IsolateMain() local 103 print_help = true; in IsolateMain() 109 if (print_help) { in IsolateMain()
|
/system/apex/apexd/ |
D | apexservice.cpp | 650 auto print_help = [](int fd, const char* prefix = nullptr) { in shellCommand() local 699 print_help(err, "No command given"); in shellCommand() 707 print_help(err, "stagePackages requires at least one packagePath"); in shellCommand() 726 print_help(err, "Unrecognized options"); in shellCommand() 746 print_help(err, "Unrecognized options"); in shellCommand() 766 print_help(err, "Unrecognized options"); in shellCommand() 788 print_help(err, "activatePackage requires one packagePath"); in shellCommand() 803 print_help(err, "deactivatePackage requires one packagePath"); in shellCommand() 818 print_help(err, "getStagedSessionInfo requires one session id"); in shellCommand() 857 print_help(err, "submitStagedSession requires one session id"); in shellCommand() [all …]
|