Lines Matching full:stat
19 #include <sys/stat.h>
161 struct stat statinfo;
162 if ( stat(dir, &statinfo) != 0) {
207 struct stat s;
255 if (!stat(rpath, &s))
263 if (stat(nfile, &s))
282 struct stat s;
285 if (!stat(cachepath, &s) && s.st_size)
288 /* we should probably stat the files and make sure the thumbnail
330 if (!stat(cachepath, &s) && s.st_size)
1009 struct stat s;
1034 if (stat(srcpath, &s))
1038 return nerr_raise_errno(NERR_IO, "Unable to stat file %s", srcpath);