Searched defs:rel_path (Results 1 – 2 of 2) sorted by relevance
63 rel_path = os.path.normpath(os.path.join(root, file)) variable64 rel_path = rel_path[original_dir_len:] variable
82 def cleanupFile(dst_dir, src_dir, rel_path, no_update = True): argument