Searched refs:mtime (Results 1 - 5 of 5) sorted by relevance

/pkg/src/modules/bundle/
H A DTarBundle.py64 timestamp=misc.time_to_timestamp(tarinfo.mtime))
/pkg/src/modules/
H A Dcpiofile.py431 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 Dcatalog.py390 mtime = calendar.timegm(
392 os.utime(self.pathname, (mtime, mtime))
/pkg/src/tests/cli/
H A Dt_pkgsend.py1048 mtime = os.stat(cat_path).st_mtime
1054 self.assertEqual(mtime, new_mtime)
1061 self.assertEqual(mtime, new_mtime)
H A Dt_sysrepo.py788 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