Home
last modified time | relevance | path

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

/external/autotest/client/bin/result_tools/
Dshrink_file_throttler_unittest.py44 OLD_TIME = 1498800000 variable
70 os.utime(file3, (OLD_TIME, OLD_TIME))
81 os.utime(file4, (OLD_TIME, OLD_TIME))
107 self.assertEqual(OLD_TIME, stat.st_mtime)
/external/toybox/toys/pending/
Dlast.c122 if (ut.ut_line[0] == '|') ut.ut_type = OLD_TIME; in last_main()