Home
last modified time | relevance | path

Searched refs:mtime1 (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D14-1.c43 time_t mtime1, mtime2, ctime1, ctime2; in main() local
80 mtime1 = 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.py24 mtime1 = os.stat(source)[ST_MTIME]
27 return mtime1 > mtime2
/external/python/cpython2/Lib/test/
Dtest_import.py387 mtime1 = int(os.stat(source).st_mtime) & 0xffffffff
396 self.assertEqual(mtime1, mtime2)