OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetErrorCode
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/syscall/
mksyscall_windows.go
292
//
SetErrorCode
returns source code that sets return parameters.
293
func (r *Rets)
SetErrorCode
() string {
778
{{define "seterror"}}{{if .Rets.
SetErrorCode
}} {{.Rets.
SetErrorCode
}}
/prebuilts/go/linux-x86/src/syscall/
mksyscall_windows.go
292
//
SetErrorCode
returns source code that sets return parameters.
293
func (r *Rets)
SetErrorCode
() string {
778
{{define "seterror"}}{{if .Rets.
SetErrorCode
}} {{.Rets.
SetErrorCode
}}
Completed in 3401 milliseconds