Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DIsolateMain.cpp131 bool print_help = false; in IsolateMain() local
136 print_help = true; in IsolateMain()
142 if (print_help) { in IsolateMain()
/system/apex/apexd/
Dapexservice.cpp752 auto print_help = [](int fd, const char* prefix = nullptr) { in shellCommand() local
801 print_help(err, "No command given"); in shellCommand()
809 print_help(err, "stagePackages requires at least one package_path"); in shellCommand()
828 print_help(err, "Unrecognized options"); in shellCommand()
848 print_help(err, "Unrecognized options"); in shellCommand()
868 print_help(err, "Unrecognized options"); in shellCommand()
890 print_help(err, "activatePackage requires one package_path"); in shellCommand()
905 print_help(err, "deactivatePackage requires one package_path"); in shellCommand()
920 print_help(err, "getStagedSessionInfo requires one session id"); in shellCommand()
959 print_help(err, "submitStagedSession requires one session id"); in shellCommand()
[all …]