Searched refs:initCoverError (Results 1 – 2 of 2) sorted by relevance
39 initCoverError error var77 initCoverOnce.Do(func() { initCoverError = initCover(kernelObj, arch) })78 if initCoverError != nil {79 return initCoverError
362 initCoverOnce.Do(func() { initCoverError = initCover(mgr.cfg.KernelObj, mgr.cfg.TargetArch) })363 if initCoverError != nil {364 http.Error(w, initCoverError.Error(), http.StatusInternalServerError)