Home
last modified time | relevance | path

Searched refs:mtime1 (Results 1 – 3 of 3) 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
/third_party/glib/glib/tests/
Dmainloop.c723 gint64 mtime1, mtime2, time2; in timeout1_callback() local
733 mtime1 = g_get_monotonic_time (); in timeout1_callback()
745 g_assert_cmpint (mtime1, <, mtime2); in timeout1_callback()