Searched refs:git_root (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/ArtPrebuilt/ |
H A D | update-art-module-prebuilts.py | 193 def upload_branch(git_root, branch_name): argument 197 check_call(["repo", "upload", "-t", "--br=" + branch_name, git_root]) 200 def remove_files(git_root, subpaths, stage_removals): argument 206 check_call(["rm", "-rf"] + subpaths, cwd=git_root) 211 check_call(["git", "add"] + add_paths, cwd=git_root) 234 "git commit -F " + msg_path, shell=True, cwd=git_root) 344 for git_root, subpaths in install_paths_per_root.items(): 345 remove_files(git_root, subpaths, not args.skip_cls) 360 for git_root, subpaths in install_paths_per_root.items(): 367 for git_root in install_paths_per_root: [all …]
|