Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/open/
Dopen12.c145 struct stat old_stat, new_stat; in test_noatime() local
161 SAFE_STAT(cleanup, TEST_FILE, &old_stat); in test_noatime()
175 if (old_stat.st_atime == new_stat.st_atime) in test_noatime()
/external/bsdiff/
Dbspatch.cc117 struct stat old_stat, new_stat; in IsOverlapping() local
124 if (stat(old_filename, &old_stat) == -1) { in IsOverlapping()
129 if (old_stat.st_dev != new_stat.st_dev || old_stat.st_ino != new_stat.st_ino) in IsOverlapping()