Searched refs:mtime (Results 1 - 5 of 5) sorted by relevance
| /pkg/src/modules/bundle/ |
| H A D | TarBundle.py | 64 timestamp=misc.time_to_timestamp(tarinfo.mtime))
|
| /pkg/src/modules/ |
| H A D | cpiofile.py | 431 self.mtime = 0 481 cpioinfo.gid, nlink, rdev, cpioinfo.mtime, namesize, 494 cpioinfo.mtime = int(buf[46:54], 16) 982 print(" mtime:", ci.mtime, "({0})".format( 983 time.ctime(ci.mtime)))
|
| H A D | catalog.py | 390 mtime = calendar.timegm( 392 os.utime(self.pathname, (mtime, mtime))
|
| /pkg/src/tests/cli/ |
| H A D | t_pkgsend.py | 1048 mtime = os.stat(cat_path).st_mtime 1054 self.assertEqual(mtime, new_mtime) 1061 self.assertEqual(mtime, new_mtime)
|
| H A D | t_sysrepo.py | 788 mtime = st_cache.st_mtime 792 self.assertTrue(mtime == os.lstat(full_cache_path).st_mtime, 793 "Changed mtime of cache despite no image config change")
|
Completed in 60 milliseconds