Home
last modified time | relevance | path

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

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