Searched refs:new_fd_count (Results 1 – 1 of 1) sorted by relevance
617 int new_fd_count = metrics->GetOpenFdCount(); in TEST() local618 EXPECT_GT(new_fd_count, 0); in TEST()619 EXPECT_EQ(new_fd_count, fd_count + 1); in TEST()