Searched refs:get_comp (Results 1 – 1 of 1) sorted by relevance
109 static size_t get_comp(const char* path, const char** comp) in get_comp() function131 for (p = path; (n = get_comp(p, &p)); p += n) in exfat_lookup()151 return get_comp(p, &p) == 0; in is_last_comp()185 for (p = path; (n = get_comp(p, &p)); p += n) in exfat_split()
Completed in 3 milliseconds