Searched refs:part_root_path (Results 1 – 1 of 1) sorted by relevance
178 def collect_bundle_json_path(part_root_path): argument179 for root, dirs, files in os.walk(part_root_path):229 part_root_path = os.path.join(root_path, part_path)230 if os.path.isdir(part_root_path):231 collect_bundle_json_path(part_root_path)