Home
last modified time | relevance | path

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

/external/toolchain-utils/llvm_tools/patch_sync/src/
Dversion_control.rs120 Self::cleanup_branch(&git_path, CROS_MAIN_BRANCH, WORK_BRANCH_NAME) in cros_cleanup()
127 Self::cleanup_branch(&git_path, ANDROID_MAIN_BRANCH, WORK_BRANCH_NAME) in android_cleanup()
203 fn cleanup_branch(git_path: &Path, base_branch: &str, rm_branch: &str) -> Result<()> { in cleanup_branch() method