Searched defs:dup3 (Results 1 – 2 of 2) 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 | unistd_test.cpp | 1166 TEST(UNISTD_TEST, dup3) { in TEST() argument |