Home
last modified time | relevance | path

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

/build/kati/
Devalcmd.go36 func newExecContext(vars Vars, vpaths searchPaths, avoidIO bool) *execContext {
38 ev.avoidIO = avoidIO
Dfunc.go774 if ev.avoidIO {
939 if ev.avoidIO && !hasNoIoInShellScript(abuf.Bytes()) {
1361 if ev.avoidIO {
1386 if ev.avoidIO {
1412 if ev.avoidIO {
Deval.go164 avoidIO bool member