Home
last modified time | relevance | path

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