Home | History | Annotate | Download | only in compiler

Lines Matching full:mtime

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