Searched refs:help (Results 1 - 3 of 3) sorted by relevance

/system/core/fastboot/
H A Dusbtest.c131 const char *help; member in struct:__anon291
146 fprintf(stderr," %-8s %s\n", tests[i].cmd, tests[i].help);
/system/extras/tests/bionic/libc/
H A Drun-test.sh33 --help|-h|-\?)
47 echo "ERROR: Unknown option '$opt', use --help for list of valid ones."
68 echo " --help|-h|-? Print this help"
/system/core/adb/
H A Dcommandline.c77 void help() function
110 " (see 'adb help all')\n"
154 " adb help - show this help message\n"
196 help();
824 /* The environment didn't help. Walk up the tree from the CWD
1367 if(!strcmp(argv[0], "help") || !strcmp(argv[0], "/?")) {
1368 help();

Completed in 74 milliseconds