Home
last modified time | relevance | path

Searched defs:ErrNotFound (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/os/exec/
Dlp_wasm.go14 var ErrNotFound = errors.New("executable file not found in $PATH") var
Dlp_plan9.go16 var ErrNotFound = errors.New("executable file not found in $path") var
Dlp_unix.go20 var ErrNotFound = errors.New("executable file not found in $PATH") var
Dlp_windows.go17 var ErrNotFound = errors.New("executable file not found in %PATH%") var