Lines Matching refs:json
20 import json
31 install_info = json.load(file)
39 subsystem_info = json.load(file)
46 module_info = json.load(file)
58 if os.path.isfile("{}.json".format(module_info['notice'])):
59 os.makedirs(os.path.dirname("{}.json".format(dest)), exist_ok=True)
60 shutil.copyfile("{}.json".format(module_info['notice']), "{}.json".format(dest))
69 if os.path.isfile("{}.json".format(file)):
70 os.makedirs(os.path.dirname("{}.json".format(dest)), exist_ok=True)
71 shutil.copyfile("{}.json".format(file), "{}.json".format(dest))