github.com/huandu/go@v0.0.0-20151114150818-04e615e41150/src/runtime/stubs_android.go (about) 1 package runtime 2 3 import "unsafe" 4 5 //go:noescape 6 func access(name *byte, mode int32) int32 7 8 func connect(fd uintptr, addr unsafe.Pointer, len int32) int32 9 10 func socket(domain int32, typ int32, prot int32) int32