Searched refs:cmd_string (Results 1 – 1 of 1) sorted by relevance
47 static char *cmd_string = NULL; variable162 if (cmd_string == NULL) { in fastboot_send()165 cmd_string = strsep(&cmd_parameter, ":"); in fastboot_send()166 cmd_string = strdup(cmd_string); in fastboot_send()170 } else if (!strcmp("getvar", cmd_string)) { in fastboot_send()172 } else if (!strcmp("download", cmd_string)) { in fastboot_send()174 } else if (!strcmp("flash", cmd_string)) { in fastboot_send()176 } else if (!strcmp("erase", cmd_string)) { in fastboot_send()178 } else if (!strcmp("boot", cmd_string)) { in fastboot_send()180 } else if (!strcmp("continue", cmd_string)) { in fastboot_send()[all …]