Home | History | Annotate | Download | only in tools

Lines Matching refs:rel_path

63             rel_path = os.path.normpath(os.path.join(root, file))
64 rel_path = rel_path[original_dir_len:]
66 if modified_dir and os.path.exists(os.path.join(modified_dir, rel_path)):
67 sources[rel_path] = False
69 sources[rel_path] = True
82 for rel_path in sorted(sources):
83 if sources[rel_path]:
89 dst_path, newdata = clean_header.cleanupFile(kernel_dir, src_dir, rel_path)
105 str = "cleaning: %-*s -> %-*s (%s)" % (35, src_str + rel_path, 35, rel_dst_path, state)