OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filesystem_type_strings
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_html5fs_test.cc
76
const char*
filesystem_type_strings
[] = {"", "PERSISTENT", "TEMPORARY", NULL};
local
91
for (int i = 0;
filesystem_type_strings
[i] != NULL; ++i) {
92
const char* filesystem_type_string =
filesystem_type_strings
[i];
Completed in 77 milliseconds