Home
last modified time | relevance | path

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

/bionic/tests/
Dutils.h193 static inline void AssertCloseOnExec(int fd, bool close_on_exec) { in AssertCloseOnExec() argument
196 ASSERT_EQ(close_on_exec ? FD_CLOEXEC : 0, flags & FD_CLOEXEC); in AssertCloseOnExec()