Lines Matching refs:file
6 you may not use this file except in compliance with the License.
45 for file in os.listdir(folder):
46 abs_file = os.path.join(folder, file)
47 if str(file) == name:
52 for file in files:
53 if len(file) > 0 and os.path.exists(file):
54 ret.append(file)
58 def read_component_from_ohos_build(file: str):
60 with open(file, "rb") as f:
68 def read_component_from_bundle_json(file: str):
70 with open(file, "rb") as f:
115 help='subsystem config file location, default=//build/subsystem_config.json')
117 help='subsystem config overlay file location, default={}'.format(subsystem_json_overlay_path))
146 print("file has generated in path: {}".format(args.out))