Lines Matching defs:SyzUpdater
32 type SyzUpdater struct { struct
33 repo vcs.Repo
34 exe string
35 repoAddress string
36 branch string
37 descriptions string
38 gopathDir string
39 syzkallerDir string
40 latestDir string
41 currentDir string
42 syzFiles map[string]bool
43 targets map[string]bool
109 func (upd *SyzUpdater) UpdateOnStart(shutdown chan struct{}) {
158 func (upd *SyzUpdater) WaitForUpdate() {
174 func (upd *SyzUpdater) UpdateAndRestart() {
190 func (upd *SyzUpdater) pollAndBuild(lastCommit string) string {
207 func (upd *SyzUpdater) build(commit *vcs.Commit) error {
266 func (upd *SyzUpdater) checkLatest() string {