Searched defs:cachedStat (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp2548 static int cachedStat(const String &f, struct stat *s) { function in namespace:buildtool
4285 if (cachedStat(childNative, &finfo)<0)
4901 if (cachedStat(nativeDir, &finfo)==0)
4982 if (cachedStat(childNative, &finfo)<0)
5033 if (cachedStat(srcNative, &srcinfo)<0)
5042 if (cachedStat(destNative, &destinfo)==0)
5175 if (cachedStat(native, &finfo)<0)
5191 if (cachedStat(native, &finfo)<0)
5211 if (cachedStat(native, &finfo)<0)
5233 if (cachedStat(native
[all...]

Completed in 43 milliseconds