Home
last modified time | relevance | path

Searched defs:Pipe2 (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dsyscall_wrapper_impl.cc89 int SyscallWrapperImpl::Pipe2(int* pipefd, int flags) { in Pipe2() function in bluetooth::hal::SyscallWrapperImpl
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dsyscall_dragonfly.go113 func Pipe2(p []int, flags int) (err error) { func
Dsyscall_openbsd.go85 func Pipe2(p []int, flags int) error { func
Dsyscall_netbsd.go132 func Pipe2(p []int, flags int) error { func
Dsyscall_freebsd.go95 func Pipe2(p []int, flags int) error { func
Dsyscall_solaris.go78 func Pipe2(p []int, flags int) error { func
Dsyscall_linux.go138 func Pipe2(p []int, flags int) error { func
Dsyscall_zos_s390x.go664 var Pipe2 = pipe2Enter var
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dsyscall_openbsd.go74 func Pipe2(p []int, flags int) error { func
Dsyscall_dragonfly.go118 func Pipe2(p []int, flags int) (err error) { func
Dsyscall_netbsd.go119 func Pipe2(p []int, flags int) error { func
Dsyscall_freebsd.go80 func Pipe2(p []int, flags int) error { func
Dsyscall_solaris.go61 func Pipe2(p []int, flags int) error { func
Dsyscall_linux.go299 func Pipe2(p []int, flags int) error { func