HomeSort by relevance Sort by last modified time
    Searched full:type_strings (Results 1 - 1 of 1) sorted by null

  /external/vboot_reference/futility/
file_type.c 22 static const char * const type_strings[] = { variable
36 BUILD_ASSERT(ARRAY_SIZE(type_strings) == NUM_FILE_TYPES);
43 return type_strings[type];

Completed in 52 milliseconds