Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D14-1.c45 time_t mtime1, mtime2, ctime1, ctime2; in main() local
82 mtime1 = stat_buff.st_mtime; in main()
107 ctime1, ctime2, mtime1, mtime2); in main()
108 if (ctime2 == ctime1 || mtime2 == mtime1) { in main()
/third_party/python/Lib/distutils/
Ddep_util.py24 mtime1 = os.stat(source)[ST_MTIME]
27 return mtime1 > mtime2