Lines Matching refs:path
87 if not os.path.exists(src_file):
91 if not os.path.isfile(src_file):
145 """ % os.path.basename(sys.argv[0])
181 for path in args:
182 dst_file = os.path.join(dst_dir, path)
183 src_file = os.path.join(src_dir, path)
184 new_data = cleanupFile(dst_file, src_file, path)
198 for path in args:
199 dst_file = os.path.join(dst_dir, path)
200 src_file = os.path.join(src_dir, path)
201 new_data = cleanupFile(dst_file, src_file, path, no_update)
214 print "cleaning: %-*s -> %-*s (%s)" % (35, path, 35, path, r)