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

  /build/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/bsdiff/
bspatch.cc 126 struct stat old_stat, new_stat; local
127 if (stat(new_filename, &new_stat) == -1) {
135 if (old_stat.st_dev != new_stat.st_dev || old_stat.st_ino != new_stat.st_ino)
  /external/autotest/client/bin/
site_sysinfo.py 162 new_stat = os.stat(file_path)
163 if new_stat.st_ino == prev_stat.st_ino:
165 if new_stat.st_size == bytes_to_skip:
167 elif new_stat.st_size < prev_stat.st_size:
  /external/chromium-trace/catapult/dashboard/dashboard/
stats.py 371 new_stat = IndividualStat(parent=container_key, details=details)
372 new_stat.put()
418 new_stat = IndividualStat(parent=container_key, details=details)
419 new_stat.put()
  /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...]
ChangeLog-0001     [all...]
  /external/strace/debian/
changelog 693 * Use new_stat from libc6 now, except for powerpc and sparc

Completed in 476 milliseconds