Home
last modified time | relevance | path

Searched refs:StatBuf (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
DCompilerInstance.cpp1171 struct stat StatBuf; in pruneModuleCache() local
1177 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()