Lines Matching refs:target_paths
387 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)
585 if target_paths:
586 self.build_target_paths(build_release, target_paths)