Searched refs:okay_str (Results 1 – 1 of 1) sorted by relevance
22 const char *okay_str = "OKAY"; in fastboot_okay() local23 strncpy(response, okay_str, FASTBOOT_RESPONSE_LEN); in fastboot_okay()24 strncat(response, reason, FASTBOOT_RESPONSE_LEN - strlen(okay_str) - 1); in fastboot_okay()