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

  /external/ltp/testcases/kernel/syscalls/open/
open12.c 145 struct stat old_stat, new_stat; local
173 SAFE_STAT(cleanup, TEST_FILE, &new_stat);
175 if (old_stat.st_atime == new_stat.st_atime)
  /build/make/tools/releasetools/
test_common.py 51 new_stat = os.stat(test_file_name)
52 self.assertEqual(int(expected_stat.st_mode), int(new_stat.st_mode))
53 self.assertEqual(int(expected_stat.st_mtime), int(new_stat.st_mtime))
  /external/autotest/client/bin/
site_sysinfo.py 163 new_stat = os.stat(file_path)
164 if new_stat.st_ino == prev_stat.st_ino:
166 if new_stat.st_size == bytes_to_skip:
168 elif new_stat.st_size < prev_stat.st_size:
  /external/bsdiff/
bspatch.cc 149 struct stat old_stat, new_stat; local
150 if (stat(new_filename, &new_stat) == -1) {
163 if (old_stat.st_dev != new_stat.st_dev || old_stat.st_ino != new_stat.st_ino)
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 123 #define new_stat(x, y) \ macro
1047 p = (lang_input_statement_type *) new_stat (lang_input_statement, stat_ptr);
    [all...]

Completed in 195 milliseconds