func os.IsNotExist
19 uses
os (current package)
dir_unix.go#L142: if IsNotExist(err) {
dir_unix.go#L153: if IsNotExist(err) {
error.go#L90: func IsNotExist(err error) bool {
file_unix.go#L249: if _, err := Stat(name); IsNotExist(err) {
removeall_at.go#L30: if err == nil || IsNotExist(err) {
removeall_at.go#L47: if IsNotExist(err) {
removeall_at.go#L69: if err == nil || IsNotExist(err) {
removeall_at.go#L93: if IsNotExist(err) {
removeall_at.go#L115: if IsNotExist(readErr) {
removeall_at.go#L157: if unlinkError == nil || IsNotExist(unlinkError) {
root_openat.go#L131: if try > 0 || !IsNotExist(err) {
root_openat.go#L212: if IsNotExist(err) {
tempfile.go#L110: if IsNotExist(err) {
tempfile.go#L111: if _, err := Stat(dir); IsNotExist(err) {
crypto/x509
root_unix.go#L47: if firstErr == nil && !os.IsNotExist(err) {
root_unix.go#L64: if firstErr == nil && !os.IsNotExist(err) {
go.pact.im/x/goupdate
workspaces.go#L94: if err := os.Remove(filepath.Join(w.Dir, "go.work.sum")); err != nil && !os.IsNotExist(err) {
go.pact.im/x/zapjournal
zapjournal_linux.go#L22: case os.IsNotExist(err):
testing
testing.go#L1440: nonExistent = os.IsNotExist(err)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)