Home | History | Annotate | Download | only in Frontend

Lines Matching refs:StatBuf

1020   struct stat StatBuf;
1026 if (::stat(TimestampFile.c_str(), &StatBuf)) {
1036 time_t TimeStampModTime = StatBuf.st_mtime;
1071 if (::stat(File->path().c_str(), &StatBuf)) {
1077 time_t FileAccessTime = StatBuf.st_atime;