Home | History | Annotate | Download | only in python2.7

Lines Matching refs:utime

2058                 self.utime(tarinfo, dirpath)
2177 self.utime(tarinfo, targetpath)
2292 def utime(self, tarinfo, targetpath):
2295 if not hasattr(os, 'utime'):
2298 os.utime(targetpath, (tarinfo.mtime, tarinfo.mtime))