Home
last modified time | relevance | path

Searched refs:exists_path (Results 1 – 1 of 1) sorted by relevance

/trunk/main/soltools/mkdepend/
H A Dinclude.c37 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 18 milliseconds