Home
last modified time | relevance | path

Searched refs:part_root_path (Results 1 – 1 of 1) sorted by relevance

/build/hb/util/post_build/
Dpart_rom_statistics.py178 def collect_bundle_json_path(part_root_path): argument
179 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)