Home
last modified time | relevance | path

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

/external/syzkaller/pkg/bisect/
Dbisect.go118 if _, err := env.repo.SwitchCommit(cfg.Kernel.Commit); err != nil {
158 if _, err := env.repo.SwitchCommit(env.head.Hash); err != nil {
192 commit, err := env.repo.SwitchCommit(tag)
/external/syzkaller/pkg/vcs/
Dakaros.go39 func (ctx *akaros) SwitchCommit(commit string) (*Commit, error) { func
Dfuchsia.go70 func (ctx *fuchsia) SwitchCommit(commit string) (*Commit, error) { func
Dgit.go98 return git.SwitchCommit(commit)
101 func (git *git) SwitchCommit(commit string) (*Commit, error) { func
Dvcs.go31 SwitchCommit(commit string) (*Commit, error) methodSpec