Searched refs:exists_path (Results 1 – 1 of 1) sorted by relevance
37 int exists_path(struct IncludesCollection*, char*);103 if ((exists_path(incCollection, path)) && stat(path, &st) == 0 && !( st.st_mode & S_IFDIR)) {119 if ((exists_path(incCollection, path)) && stat(path, &st) == 0 && !(st.st_mode & S_IFDIR)) {133 int exists_path(incCollection, path) in exists_path() function
Completed in 11 milliseconds