Home
last modified time | relevance | path

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

/packages/modules/ArtPrebuilt/
Dupdate-art-module-prebuilts.py200 def remove_files(git_root, subpaths, stage_removals): argument
203 check_call(["git", "rm", "-qrf", "--ignore-unmatch"] + subpaths, cwd=git_root)
206 check_call(["rm", "-rf"] + subpaths, 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():
361 commit(git_root, PREBUILT_DESCR, BRANCH, TARGET, args.build, subpaths,