Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dcgo_stub.go22 func cgoLookupHost(ctx context.Context, name string) (addrs []string, err error) { func
Dcgo_unix.go87 func cgoLookupHost(ctx context.Context, name string) (hosts []string, err error) { func