Lines Matching refs:json
21 import json
80 file_path = os.path.join(root_path, "packages/phone/system_install_parts.json")
83 file_json = json.load(file)
98 file_json = json.load(file)
116 file_json = json.load(file)
159 json_path = os.path.join(out_path, 'rom_statistics_table.json')
160 json_str = json.dumps(rom_statistics, indent=4)
167 file_json = json.load(file)
182 if file_name == 'bundle.json':
188 part_json_path = os.path.join(root_path, 'build/subsystem_config.json')
191 file_json = json.load(file)
200 file_json = json.load(file)
210 file_path = os.path.join(root_path, "ohos_config.json")
212 file_json = json.load(file)