Searched refs:mtime (Results 1 – 2 of 2) sorted by relevance
861 def __init__(self, id, explicit_out, mtime, implicit_ins): argument864 self.mtime = mtime956 mtime = next(dep_iter)959 deps = DepFileRecord(idx, explicit_out, mtime, implicit_ins)965 elif old_deps.mtime > deps.mtime:
446 final long mtime = trace.lastModified(); in reportAnrTraces() local447 if (mtime > mostRecentMtime) { in reportAnrTraces()448 mostRecentMtime = mtime; in reportAnrTraces()