Searched refs:maxFdCount (Results 1 – 1 of 1) sorted by relevance
108 const int32_t maxFdCount = 10; in TEST_F() local109 int32_t fdsToMonitor[maxFdCount + 1]; in TEST_F()112 for (int i = 0; i < maxFdCount; i++) { in TEST_F()118 fdsToMonitor[maxFdCount] = socket(AF_UNIX, SOCK_DGRAM, /*protocol=*/0); in TEST_F()119 ASSERT_FALSE(mSysfsMonitor->registerFd(fdsToMonitor[maxFdCount]).ok()) in TEST_F()120 << "Registering more than " << maxFdCount << " files cannot be done"; in TEST_F()123 for (int i = 0; i <= maxFdCount; i++) { in TEST_F()