Searched refs:countFds (Results 1 – 2 of 2) sorted by relevance
200 int countFds = outboundFds == NULL ? 0 : env->GetArrayLength(outboundFds); in socket_write_all() local209 for (int i = 0; i < countFds; i++) { in socket_write_all()
914 ssize_t countFds() { in countFds() function925 ssize_t beforeFds = countFds(); in TEST_P()931 ASSERT_EQ(beforeFds, countFds()) << (system("ls -l /proc/self/fd/"), "fd leak?"); in TEST_P()