Home
last modified time | relevance | path

Searched refs:dup3 (Results 1 – 12 of 12) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Ddup.cpp55 int dup3(int old_fd, int new_fd, int flags) { in dup3() function
/aosp12/bionic/tests/
H A Dfdtrack_test.cpp267 FDTRACK_TEST(dup3, dup3(STDOUT_FILENO, STDERR_FILENO, 0));
H A Dunistd_test.cpp1166 TEST(UNISTD_TEST, dup3) { in TEST() argument
1168 ASSERT_EQ(666, dup3(fd, 666, 0)); in TEST()
1171 ASSERT_EQ(667, dup3(fd, 667, O_CLOEXEC)); in TEST()
/aosp12/frameworks/base/core/jni/
H A Dfd_utils.cpp372 if (TEMP_FAILURE_RETRY(dup3(new_fd, fd, dup_flags)) == -1) { in ReopenOrDetach()
457 if (dup3(dev_null_fd, fd, O_CLOEXEC) == -1) { in DetachSocket()
H A Dcom_android_internal_os_Zygote.cpp890 if (TEMP_FAILURE_RETRY(dup3(devnull_fd, fd, O_CLOEXEC)) == -1) { in DetachDescriptors()
/aosp12/bionic/libc/include/
H A Dunistd.h243 int dup3(int __old_fd, int __new_fd, int __flags) __INTRODUCED_IN(21);
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp390 if (dup3(fd, wantfd, mode_flags & O_CLOEXEC) >= 0) { in freopen()
/aosp12/bionic/docs/
H A Dstatus.md193 * <unistd.h> `dup3`, `execvpe`, `getpagesize`, `linkat`/`symlinkat`/`readlinkat`, `truncate`.
/aosp12/bionic/libc/
H A DSYSCALLS.TXT132 int __dup3:dup3(int, int, int) all
H A Dlibc.map.txt301 dup3; # introduced=21
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt301 dup3; # introduced=21
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_000.S10304 CALL(dup3)