Home
last modified time | relevance | path

Searched refs:mtime2 (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D14-1.c43 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/
Ddep_util.py25 mtime2 = os.stat(target)[ST_MTIME]
27 return mtime1 > mtime2
/external/python/cpython3/Lib/test/
Dtest_compileall.py320 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/
Dzfs_common.h87 time_t mtime2; member
/external/python/cpython2/Lib/test/
Dtest_import.py391 mtime2 = struct.unpack('<L', f.read(8)[4:])[0]
396 self.assertEqual(mtime1, mtime2)