Lines Matching refs:path
87 if not os.path.exists(src_file):
91 if not os.path.isfile(src_file):
149 """ % os.path.basename(sys.argv[0]))
185 for path in args:
186 dst_file = os.path.join(dst_dir, path)
187 src_file = os.path.join(src_dir, path)
188 new_data = cleanupFile(dst_file, src_file, path)
202 for path in args:
203 dst_file = os.path.join(dst_dir, path)
204 src_file = os.path.join(src_dir, path)
205 new_data = cleanupFile(dst_file, src_file, path, no_update)
218 print("cleaning: %-*s -> %-*s (%s)" % (35, path, 35, path, r))