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