HomeSort by relevance Sort by last modified time
    Searched refs:old_stat (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/open/
open12.c 145 struct stat old_stat, new_stat; local
161 SAFE_STAT(cleanup, TEST_FILE, &old_stat);
175 if (old_stat.st_atime == new_stat.st_atime)
  /external/bsdiff/
bspatch.cc 117 struct stat old_stat, new_stat; local
124 if (stat(old_filename, &old_stat) == -1) {
129 if (old_stat.st_dev != new_stat.st_dev || old_stat.st_ino != new_stat.st_ino)

Completed in 727 milliseconds