Home
last modified time | relevance | path

Searched defs:CloseOnExec (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dexec_windows.go185 func CloseOnExec(fd Handle) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dexec_unix.go103 func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } func
Dexec_windows.go145 func CloseOnExec(fd Handle) { func
Dfs_js.go126 func CloseOnExec(fd int) { func
Dfs_wasip1.go595 func CloseOnExec(fd int) { func
/aosp_15_r20/bionic/tests/
H A Dutils.h183 static inline bool CloseOnExec(int fd) { in CloseOnExec() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dsyscall_unix.go553 func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } func
Dsyscall_zos_s390x.go2704 func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } func