Searched refs:StatBuf (Results 1 – 1 of 1) sorted by relevance
1171 struct stat StatBuf; in pruneModuleCache() local1177 if (::stat(TimestampFile.c_str(), &StatBuf)) { in pruneModuleCache()1187 time_t TimeStampModTime = StatBuf.st_mtime; in pruneModuleCache()1219 if (::stat(File->path().c_str(), &StatBuf)) in pruneModuleCache()1223 time_t FileAccessTime = StatBuf.st_atime; in pruneModuleCache()