Searched refs:old_stat (Results 1 – 1 of 1) sorted by relevance
126 struct stat old_stat, new_stat; in IsOverlapping() local132 if (stat(old_filename, &old_stat) == -1) in IsOverlapping()135 if (old_stat.st_dev != new_stat.st_dev || old_stat.st_ino != new_stat.st_ino) in IsOverlapping()