Lines Matching refs:file
47 self.msg = self.msg + " --newer ref find files newer than a reference file"
48 self.msg = self.msg + " -c compare ctimes (the time the file status was last changed)\n"
50 self.msg = self.msg + " -m compare mtimes (the time the file was last modified)\n"
51 self.msg = self.msg + " -a compare atimes (the time the file was last accessed)\n"
83 for file in files:
85 file = os.path.abspath(os.path.join(root, file))
86 stat = os.stat (file)
90 if reobj.match (file):
91 print file
93 print file
97 if reobj.match (file):
98 print file
100 print file
160 print >>sys.stderr, "Cannot stat reference file: %s" % ref_file