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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
14-1.c 43 time_t mtime1, mtime2, ctime1, ctime2; local
102 mtime2 = stat_buff.st_mtime;
104 printf("ctime1: %ld, ctime2: %ld\nmtime1: %ld, mtime2: %ld\n",
105 ctime1, ctime2, mtime1, mtime2);
106 if (ctime2 == ctime1 || mtime2 == mtime1) {
  /external/python/cpython3/Lib/distutils/
dep_util.py 25 mtime2 = os.stat(target)[ST_MTIME]
27 return mtime1 > mtime2
  /external/u-boot/include/
zfs_common.h 87 time_t mtime2; member in struct:zfs_dirhook_info
  /external/python/cpython3/Lib/test/
test_compileall.py 320 mtime2 = os.stat(pycpath).st_mtime
321 self.assertEqual(mtime, mtime2)
324 mtime2 = os.stat(pycpath).st_mtime
325 self.assertNotEqual(mtime, mtime2)
387 mtime2 = os.stat(pycpath).st_mtime
388 self.assertEqual(mtime, mtime2)
391 mtime2 = os.stat(pycpath).st_mtime
392 self.assertNotEqual(mtime, mtime2)
  /external/python/cpython2/Lib/test/
test_import.py 391 mtime2 = struct.unpack('<L', f.read(8)[4:])[0]
396 self.assertEqual(mtime1, mtime2)

Completed in 161 milliseconds