Searched refs:fdCount (Results 1 – 1 of 1) sorted by relevance
2024 int fdCount = -1; in runNotLeakingTest() local2032 fdCount = getFdCount(); in runNotLeakingTest()2037 if (curFdCount - fdCount > 10) { in runNotLeakingTest()2039 fdCount, curFdCount, i)); in runNotLeakingTest()2046 if (curFdCount - fdCount > 10) { in runNotLeakingTest()2047 fail(String.format("FDs leaked. Expected=%d, current=%d", fdCount, curFdCount)); in runNotLeakingTest()