Searched refs:mtime2 (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 14-1.c | 43 time_t mtime1, mtime2, ctime1, ctime2; in main() local 102 mtime2 = stat_buff.st_mtime; in main() 105 ctime1, ctime2, mtime1, mtime2); in main() 106 if (ctime2 == ctime1 || mtime2 == mtime1) { in main()
|
/external/python/cpython3/Lib/distutils/ |
D | dep_util.py | 25 mtime2 = os.stat(target)[ST_MTIME] 27 return mtime1 > mtime2
|
/external/python/cpython3/Lib/test/ |
D | 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/u-boot/include/ |
D | zfs_common.h | 87 time_t mtime2; member
|
/external/python/cpython2/Lib/test/ |
D | test_import.py | 391 mtime2 = struct.unpack('<L', f.read(8)[4:])[0] 396 self.assertEqual(mtime1, mtime2)
|