Searched refs:StatBuf (Results 1 – 1 of 1) sorted by relevance
1210 struct stat StatBuf; in pruneModuleCache() local1217 if (::stat(TimestampFile.c_str(), &StatBuf)) { in pruneModuleCache()1227 time_t TimeStampModTime = StatBuf.st_mtime; in pruneModuleCache()1259 if (::stat(File->path().c_str(), &StatBuf)) in pruneModuleCache()1263 time_t FileAccessTime = StatBuf.st_atime; in pruneModuleCache()