Home
last modified time | relevance | path

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

/external/syzkaller/syz-manager/
Dcover.go39 initCoverError error var
77 initCoverOnce.Do(func() { initCoverError = initCover(kernelObj, arch) })
78 if initCoverError != nil {
79 return initCoverError
Dhtml.go362 initCoverOnce.Do(func() { initCoverError = initCover(mgr.cfg.KernelObj, mgr.cfg.TargetArch) })
363 if initCoverError != nil {
364 http.Error(w, initCoverError.Error(), http.StatusInternalServerError)