Searched refs:path_file (Results 1 – 1 of 1) sorted by relevance
148 char *path_file; local192 path_file = strrchr(path_tmp, DEFAULT_SLASH);193 if (!path_file) {194 path_file = strrchr(path_tmp, '/');197 path_file = strrchr(path_tmp, DEFAULT_SLASH);199 if (!path_file) {203 path_len = path_file - path_tmp + 1;
Completed in 6 milliseconds