Searched refs:subpaths (Results 1 – 1 of 1) sorted by relevance
/packages/modules/ArtPrebuilt/ |
D | update-art-module-prebuilts.py | 127 def remove_files(git_root, subpaths, stage_removals): argument 130 check_call(["git", "rm", "-qrf", "--ignore-unmatch"] + subpaths, cwd=git_root) 133 check_call(["rm", "-rf"] + subpaths, cwd=git_root) 278 for git_root, subpaths in install_paths_per_root.items(): 279 remove_files(git_root, subpaths, not args.skip_cls) 285 for git_root, subpaths in install_paths_per_root.items(): 287 commit(git_root, PREBUILT_DESCR, args.branch, target, args.build, subpaths,
|