Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Ddup.cpp55 int dup3(int old_fd, int new_fd, int flags) { in dup3() function
/bionic/tests/
Dfdtrack_test.cpp267 FDTRACK_TEST(dup3, dup3(STDOUT_FILENO, STDERR_FILENO, 0));
Dunistd_test.cpp1188 TEST(UNISTD_TEST, dup3) { in TEST() argument
1190 ASSERT_EQ(666, dup3(fd, 666, 0)); in TEST()
1193 ASSERT_EQ(667, dup3(fd, 667, O_CLOEXEC)); in TEST()
/bionic/libc/include/
Dunistd.h264 int dup3(int __old_fd, int __new_fd, int __flags) __INTRODUCED_IN(21);
/bionic/libc/stdio/
Dstdio.cpp390 if (dup3(fd, wantfd, mode_flags & O_CLOEXEC) >= 0) { in freopen()
/bionic/docs/
Dstatus.md228 * <unistd.h> `dup3`, `execvpe`, `getpagesize`, `linkat`/`symlinkat`/`readlinkat`, `truncate`.
/bionic/libc/
DSYSCALLS.TXT141 int __dup3:dup3(int, int, int) all
Dlibc.map.txt301 dup3; # introduced=21
/bionic/tools/versioner/platforms/
Dlibc.map.txt301 dup3; # introduced=21
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_000.S10304 CALL(dup3)