Lines Matching defs:finfo
4283 struct stat finfo;
4285 if (cachedStat(childNative, &finfo)<0)
4289 else if (S_ISDIR(finfo.st_mode))
4894 struct stat finfo;
4901 if (cachedStat(nativeDir, &finfo)==0)
4903 if (!S_ISDIR(finfo.st_mode))
4979 struct stat finfo;
4982 if (cachedStat(childNative, &finfo)<0)
4986 else if (S_ISDIR(finfo.st_mode))
4994 else if (!S_ISREG(finfo.st_mode))
5172 struct stat finfo;
5175 if (cachedStat(native, &finfo)<0)
5188 struct stat finfo;
5191 if (cachedStat(native, &finfo)<0)
5196 if (!S_ISREG(finfo.st_mode))
5208 struct stat finfo;
5211 if (cachedStat(native, &finfo)<0)
5216 if (!S_ISDIR(finfo.st_mode))