Home | History | Annotate | Download | only in fastboot

Lines Matching defs:command

212     // at the command line with the -s option.
275 "usage: fastboot [ <option> ] <command>\n"
836 char command[256];
839 command[0] = 0;
841 strcat(command,*argv);
844 strcat(command," ");
847 fb_queue_command(command,"");