Home
last modified time | relevance | path

Searched refs:fail_str (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dfb_common.c15 const char *fail_str = "FAIL"; in fastboot_fail() local
16 strncpy(response, fail_str, FASTBOOT_RESPONSE_LEN); in fastboot_fail()
17 strncat(response, reason, FASTBOOT_RESPONSE_LEN - strlen(fail_str) - 1); in fastboot_fail()