Searched refs:mtime2 (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
H A D | 14-1.c | 45 time_t mtime1, mtime2, ctime1, ctime2; in main() local 104 mtime2 = stat_buff.st_mtime; in main() 106 printf("ctime1: %ld, ctime2: %ld\nmtime1: %ld, mtime2: %ld\n", in main() 107 ctime1, ctime2, mtime1, mtime2); in main() 108 if (ctime2 == ctime1 || mtime2 == mtime1) { in main()
|
/third_party/python/Lib/distutils/ |
H A D | dep_util.py | 25 mtime2 = os.stat(target)[ST_MTIME] 27 return mtime1 > mtime2
|
/third_party/python/Lib/test/ |
H A D | test_compileall.py | 564 mtime2 = os.stat(pycpath).st_mtime 565 self.assertEqual(mtime, mtime2) 568 mtime2 = os.stat(pycpath).st_mtime 569 self.assertNotEqual(mtime, mtime2) 631 mtime2 = os.stat(pycpath).st_mtime 632 self.assertEqual(mtime, mtime2) 635 mtime2 = os.stat(pycpath).st_mtime 636 self.assertNotEqual(mtime, mtime2)
|
Completed in 3 milliseconds