Home | History | Annotate | Download | only in atree

Lines Matching full:stat

6 #include <sys/stat.h>
301 struct stat st;
302 err = stat(full.c_str(), &st);
323 struct stat st;
324 err = stat(rec->outPath.c_str(), &st);
353 struct stat st;
354 int err = stat(r.sourcePath.c_str(), &st);
405 // If dirent.d_type is missing, then use stat instead
406 struct stat stat_buf;
407 stat(entry.c_str(), &stat_buf);