Searched refs:fail_str (Results 1 – 1 of 1) sorted by relevance
15 const char *fail_str = "FAIL"; in fastboot_fail() local16 strncpy(response, fail_str, FASTBOOT_RESPONSE_LEN); in fastboot_fail()17 strncat(response, reason, FASTBOOT_RESPONSE_LEN - strlen(fail_str) - 1); in fastboot_fail()