Searched refs:finfo (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Ddeptool.cpp566 struct stat finfo; local
577 if (stat(fname.c_str(), &finfo)<0)
586 else if (S_ISDIR(finfo.st_mode))
591 else if (!S_ISREG(finfo.st_mode))
/inkscape/
H A Dbuildtool.cpp4283 struct stat finfo; local
4285 if (cachedStat(childNative, &finfo)<0)
4289 else if (S_ISDIR(finfo.st_mode))
4894 struct stat finfo; local
4901 if (cachedStat(nativeDir, &finfo)==0)
4903 if (!S_ISDIR(finfo.st_mode))
4979 struct stat finfo; local
4982 if (cachedStat(childNative, &finfo)<0)
4986 else if (S_ISDIR(finfo.st_mode))
4994 else if (!S_ISREG(finfo
5172 struct stat finfo; local
5188 struct stat finfo; local
5208 struct stat finfo; local
[all...]

Completed in 1311 milliseconds