OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 40 milliseconds