Lines Matching refs:str
42 def find_files(path: str, name: str):
47 if str(file) == name:
58 def read_component_from_ohos_build(file: str):
68 def read_component_from_bundle_json(file: str):
77 def find_component_in_path(subsys: str, path: str):
95 def update_components(subsys_file: str):
114 parser.add_argument('--subsys', type=str, default="./build/subsystem_config.json",
116 parser.add_argument('--subsys_overlay', type=str, default=subsystem_json_overlay_path,
118 parser.add_argument('--out', type=str, default="./productdefine/common/base/base_product.json",