Searched refs:path_file (Results 1 – 1 of 1) sorted by relevance
148 char *path_file; local198 path_file = strrchr(path_tmp, DEFAULT_SLASH);199 if (!path_file) {200 path_file = strrchr(path_tmp, '/');203 path_file = strrchr(path_tmp, DEFAULT_SLASH);205 if (!path_file) {209 path_len = path_file - path_tmp + 1;
Completed in 20 milliseconds