/prebuilts/go/linux-x86/misc/cgo/test/ |
issue18146.go | 100 if pe, ok := err.(*os.PathError); ok {
|
/prebuilts/go/linux-x86/src/os/ |
exec_plan9.go | 35 return nil, &PathError{"fork/exec", name, e}
|
pipe_test.go | 35 if pe, ok := err.(*os.PathError); ok {
|
exec.go | 92 // If there is an error, it will be of type *PathError.
|
os_test.go | 247 e, ok := err.(*PathError) 249 t.Fatalf("Read: %T(%v), want PathError", e, e) 253 t.Errorf("Read: %v, want PathError(ErrClosed)", e) 1234 if e, ok := err.(*PathError); ok && e.Err == syscall.EINVAL && tt.out > 1<<32 { 1276 perr, ok := err.(*PathError) 1278 t.Errorf("Open(%q, %d) returns error of %T type; want *PathError", tt.path, tt.mode, err) [all...] |
os_windows_test.go | 640 if perr, ok := err.(*os.PathError); !ok || perr.Err != syscall.ELOOP { 641 t.Errorf("expected *PathError with ELOOP, got %T: %v\n", err, err)
|
/prebuilts/go/darwin-x86/src/net/ |
error_test.go | 95 case *os.PathError: // for Plan 9 515 case *os.PathError: // for Plan 9 611 case *os.PathError: // for Plan 9 690 case *os.PathError: 783 case *os.PathError: // for Plan 9
|
ipsock_plan9.go | 167 if pe, ok := oe.Err.(*os.PathError); ok {
|
/prebuilts/go/linux-x86/src/net/ |
error_test.go | 95 case *os.PathError: // for Plan 9 515 case *os.PathError: // for Plan 9 611 case *os.PathError: // for Plan 9 690 case *os.PathError: 783 case *os.PathError: // for Plan 9
|
ipsock_plan9.go | 167 if pe, ok := oe.Err.(*os.PathError); ok {
|
/build/blueprint/pathtools/ |
fs.go | 113 return nil, &os.PathError{
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
hubbusif.h | 64 USBPORT_CREATEDEV_ERROR PathError; 115 USBPORT_INITDEV_ERROR PathError;
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/ |
plugin.go | 75 return nil, &os.PathError{Op: "open", Path: file, Err: os.ErrNotExist}
|
/prebuilts/go/darwin-x86/src/os/ |
exec.go | 92 // If there is an error, it will be of type *PathError.
|
os_test.go | 247 e, ok := err.(*PathError) 249 t.Fatalf("Read: %T(%v), want PathError", e, e) 253 t.Errorf("Read: %v, want PathError(ErrClosed)", e) 1234 if e, ok := err.(*PathError); ok && e.Err == syscall.EINVAL && tt.out > 1<<32 { 1276 perr, ok := err.(*PathError) 1278 t.Errorf("Open(%q, %d) returns error of %T type; want *PathError", tt.path, tt.mode, err) [all...] |
os_windows_test.go | 640 if perr, ok := err.(*os.PathError); !ok || perr.Err != syscall.ELOOP { 641 t.Errorf("expected *PathError with ELOOP, got %T: %v\n", err, err)
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/ |
plugin.go | 75 return nil, &os.PathError{Op: "open", Path: file, Err: os.ErrNotExist}
|
/prebuilts/go/darwin-x86/src/cmd/vet/all/ |
main.go | 285 // Make sure it has failed appropriately, though (for example, not a PathError).
|
/prebuilts/go/linux-x86/src/cmd/vet/all/ |
main.go | 285 // Make sure it has failed appropriately, though (for example, not a PathError).
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
pkg.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
pkg.go | [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
fs_test.go | 1048 err: &os.PathError{Err: os.ErrPermission}, [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
fs_test.go | 1048 err: &os.PathError{Err: os.ErrPermission}, [all...] |