Home
last modified time | relevance | path

Searched defs:DLLError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Ddll_windows.go27 type DLLError struct { struct
28 Err error
29 ObjName string
30 Msg string
33 func (e *DLLError) Error() string { return e.Msg }
35 func (e *DLLError) Unwrap() error { return e.Err }
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Ddll_windows.go15 type DLLError struct { struct
16 Err error
17 ObjName string
18 Msg string
21 func (e *DLLError) Error() string { return e.Msg }
23 func (e *DLLError) Unwrap() error { return e.Err }