OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NET_Dup2
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/native/
net_util_md.h
53
extern int
NET_Dup2
(int oldfd, int newfd);
77
#define
NET_Dup2
dup2
linux_close.cpp
83
int
NET_Dup2
(int fd, int fd2) {
Completed in 4072 milliseconds