Home
last modified time | relevance | path

Searched refs:target_paths (Results 1 – 2 of 2) sorted by relevance

/packages/modules/common/build/
Dmainline_modules_sdks.py387 def build_target_paths(self, build_release, target_paths): argument
412 ] + target_paths
540 target_paths = []
560 target_paths.append(scope_json["latest_api"])
561 target_paths.append(scope_json["latest_removed_api"])
562 target_paths.append(scope_json["latest_api"]
564 target_paths.append(scope_json["latest_removed_api"]
567 return target_paths, target_dict
572 target_paths = []
583 target_paths.extend(paths)
[all …]
Dmainline_modules_sdks_test.py117 target_paths = []
128 target_paths.extend(paths)
131 for target_path in target_paths: