Lines Matching refs:root_path
78 def collect_part_name(root_path):
80 file_path = os.path.join(root_path, "packages/phone/system_install_parts.json")
186 def read_subsystem_config(root_path):
188 part_json_path = os.path.join(root_path, 'build/subsystem_config.json')
209 def read_ohos_config(root_path):
210 file_path = os.path.join(root_path, "ohos_config.json")
220 def output_part_rom_status(root_path):
221 ohos_config = read_ohos_config(root_path)
227 part_paths = read_subsystem_config(root_path)
229 part_root_path = os.path.join(root_path, part_path)