Lines Matching full:mtime
130 mtime = os.path.getmtime(self.filename)131 mtime = struct.pack('<i', mtime)132 return self.MAGIC + mtime