Searched refs:close_on_exec (Results 1 – 1 of 1) sorted by relevance
193 static inline void AssertCloseOnExec(int fd, bool close_on_exec) { in AssertCloseOnExec() argument196 ASSERT_EQ(close_on_exec ? FD_CLOEXEC : 0, flags & FD_CLOEXEC); in AssertCloseOnExec()