Searched refs:dup3 (Results 1 – 12 of 12) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | dup.cpp | 55 int dup3(int old_fd, int new_fd, int flags) { in dup3() function
|
/aosp12/bionic/tests/ |
H A D | fdtrack_test.cpp | 267 FDTRACK_TEST(dup3, dup3(STDOUT_FILENO, STDERR_FILENO, 0));
|
H A D | unistd_test.cpp | 1166 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 D | fd_utils.cpp | 372 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 D | com_android_internal_os_Zygote.cpp | 890 if (TEMP_FAILURE_RETRY(dup3(devnull_fd, fd, O_CLOEXEC)) == -1) { in DetachDescriptors()
|
/aosp12/bionic/libc/include/ |
H A D | unistd.h | 243 int dup3(int __old_fd, int __new_fd, int __flags) __INTRODUCED_IN(21);
|
/aosp12/bionic/libc/stdio/ |
H A D | stdio.cpp | 390 if (dup3(fd, wantfd, mode_flags & O_CLOEXEC) >= 0) { in freopen()
|
/aosp12/bionic/docs/ |
H A D | status.md | 193 * <unistd.h> `dup3`, `execvpe`, `getpagesize`, `linkat`/`symlinkat`/`readlinkat`, `truncate`.
|
/aosp12/bionic/libc/ |
H A D | SYSCALLS.TXT | 132 int __dup3:dup3(int, int, int) all
|
H A D | libc.map.txt | 301 dup3; # introduced=21
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 301 dup3; # introduced=21
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_000.S | 10304 CALL(dup3)
|