Searched refs:special_paths (Results 1 – 1 of 1) sorted by relevance
113 static const char *special_paths[] = { variable524 for (uint_t i = 0; i < ARRAY_SIZE(special_paths); i++) { in is_special()525 if (strcmp(special_paths[i], name) == 0) in is_special()