Home
last modified time | relevance | path

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

/external/syzkaller/prog/
Dminimization.go41 triedPaths: make(map[string]bool),
90 triedPaths map[string]bool member
95 if ctx.triedPaths[path] {
101 ctx.triedPaths[path] = true
138 if !ctx.crash && !ctx.triedPaths[elemPath] &&
141 ctx.triedPaths[elemPath] = true