Home
last modified time | relevance | path

Searched refs:AssertCloseOnExec (Results 1 – 7 of 7) sorted by relevance

/bionic/tests/
Dsys_epoll_test.cpp86 AssertCloseOnExec(fd, false); in TEST()
90 AssertCloseOnExec(fd, false); in TEST()
94 AssertCloseOnExec(fd, true); in TEST()
Deventfd_test.cpp54 AssertCloseOnExec(fd, true); in TEST()
64 AssertCloseOnExec(fd, true); in TEST()
Dutils.h193 static inline void AssertCloseOnExec(int fd, bool close_on_exec) { in AssertCloseOnExec() function
Dsys_socket_test.cpp112 AssertCloseOnExec(fd_acc, true); in TestAccept4()
Dstdlib_test.cpp459 AssertCloseOnExec(tf.fd, true); in TEST()
464 AssertCloseOnExec(tf.fd, true); in TEST()
Dstdio_test.cpp1960 AssertCloseOnExec(fd, false); in TEST()
1966 AssertCloseOnExec(fileno(fp), true); in TEST()
1976 AssertCloseOnExec(fileno(fp), false); in TEST()
1981 AssertCloseOnExec(fileno(fp), true); in TEST()
Dunistd_test.cpp1173 AssertCloseOnExec(666, false); in TEST()
1176 AssertCloseOnExec(667, true); in TEST()