Lines Matching refs:file
5 # you may not use this file except in compliance with the License.
30 with open(options.install_info_file, 'r') as file:
31 install_info = json.load(file)
38 with open(subsystem_info, 'r') as file:
39 subsystem_info = json.load(file)
45 with open(module_info, 'r') as file:
46 module_info = json.load(file)
64 for file in notice_files:
66 os.path.relpath(file, options.notice_root_dir))
68 shutil.copyfile(file, dest)
69 if os.path.isfile("{}.json".format(file)):
71 shutil.copyfile("{}.json".format(file), "{}.json".format(dest))
76 parser.add_argument('--install-info-file', required=True)
78 parser.add_argument('--output-file', required=True)