Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/scripts/
Ddiff.py14 def file_mtime(path): function
41 fromdate = file_mtime(fromfile)
42 todate = file_mtime(tofile)
/external/python/cpython2/Lib/plat-irix5/
Dflp.py76 file_mtime = getmtime(filename)
77 if cache_mtime != file_mtime:
/external/python/cpython2/Lib/plat-irix6/
Dflp.py75 file_mtime = getmtime(filename)
76 if cache_mtime != file_mtime:
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c1324 time_t file_mtime; in get_map() local
1335 file_mtime = get_mtime(mapfile); in get_map()
1336 if (cpunodemap.mtime == 0 && file_mtime == 0) in get_map()
1340 file_mtime = get_mtime(mapfile); in get_map()
1341 if (cpunodemap.mtime < file_mtime) in get_map()
1343 else if (cpunodemap.mtime > file_mtime) in get_map()
/external/python/cpython3/Lib/test/
Dtest_tarfile.py617 file_mtime = os.path.getmtime(path)
620 format_mtime(file_mtime),
622 self.assertEqual(tarinfo.mtime, file_mtime, errmsg)