Lines Matching refs:json
19 import json
32 base_product.json will be created in ./productdefine/common/base
61 data = json.load(f)
71 data = json.load(f)
82 files_bundle_json = find_files(path, "bundle.json")
98 data = json.load(f)
112 subsystem_json_overlay_path = os.path.join(conf.product_path, 'subsystem_config_overlay.json')
114 parser.add_argument('--subsys', type=str, default="./build/subsystem_config.json",
115 help='subsystem config file location, default=//build/subsystem_config.json')
118 parser.add_argument('--out', type=str, default="./productdefine/common/base/base_product.json",
145 f.write(json.dumps(ret, indent=2))