Searched refs:source_code_path (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/build/indep_configs/scripts/ |
H A D | generate_components.py | 71 def _get_src_bundle_path(source_code_path): argument 73 for root, dirs, files in os.walk(source_code_path): 199 def _components_info_handler(part_name_list, source_code_path, hpm_cache_path, root_path, dependenc… argument 202 src_bundle_paths = _get_src_bundle_path(source_code_path) 266 source_code_path = args.source_code_path 278 components_json = _components_info_handler(part_name_list, source_code_path,
|
H A D | generate_target_build_gn.py | 79 def _get_bundle_path(source_code_path): argument 81 for root, dirs, files in os.walk(source_code_path): 110 source_code_path = args.input_path 117 bundle_paths = _get_bundle_path(source_code_path)
|