Home
last modified time | relevance | path

Searched defs:gvisor (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/pkg/report/
Dgvisor.go11 type gvisor struct { struct
12 ignores []*regexp.Regexp
33 func (ctx *gvisor) ContainsCrash(output []byte) bool {
37 func (ctx *gvisor) Parse(output []byte) *Report {
47 func (ctx *gvisor) shortenReport(report []byte) []byte {
74 func (ctx *gvisor) Symbolize(rep *Report) error {
/external/syzkaller/pkg/build/
Dgvisor.go15 type gvisor struct{} struct
17 func (gvisor gvisor) build(targetArch, vmType, kernelDir, outputDir, compiler, userspaceDir,
39 func (gvisor) copyBinary(kernelDir, outputDir string) error {
55 func (gvisor) clean(kernelDir string) error {
/external/syzkaller/vm/gvisor/
Dgvisor.go6 package gvisor package