Searched refs:add_paths (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/extras/simpleperf/scripts/ |
H A D | update.py | 112 def commit(branch, build, add_paths): argument 115 check_call(['git', 'add'] + add_paths)
|
/aosp12/packages/modules/ArtPrebuilt/ |
H A D | update-art-module-prebuilts.py | 209 def commit(git_root, prebuilt_descr, branch, target, build, add_paths, bug_number): argument 211 check_call(["git", "add"] + add_paths, cwd=git_root)
|