Searched refs:path_file (Results 1 – 1 of 1) sorted by relevance
140 char *path_file; local184 path_file = strrchr(path_tmp, DEFAULT_SLASH);185 if (!path_file) {186 path_file = strrchr(path_tmp, '/');189 path_file = strrchr(path_tmp, DEFAULT_SLASH);191 if (!path_file) {195 path_len = path_file - path_tmp + 1;
Completed in 6 milliseconds