OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecoveryReasonString
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/firmware/lib/include/
vboot_display.h
43
const char *
RecoveryReasonString
(uint8_t code);
/external/vboot_reference/tests/
vboot_display_tests.c
105
TEST_PTR_NEQ(
RecoveryReasonString
(i), NULL, "Non-null reason");
/external/vboot_reference/firmware/lib/
vboot_display.c
357
const char *
RecoveryReasonString
(uint8_t code)
534
RecoveryReasonString
(shared->recovery_reason),
Completed in 70 milliseconds