Searched refs:filetimes (Results 1 – 1 of 1) sorted by relevance
243 struct stat filetimes; in restoregame() local309 fstat(io_infd, &filetimes); in restoregame()312 if (filetimes.st_ctime > zzz) /* file create time */ in restoregame()314 else if (filetimes.st_mtime > zzz) /* file modify time */ in restoregame()323 if (i && (filetimes.st_ino != (unsigned)i)) in restoregame()