Searched refs:GetOpenFdCount (Results 1 – 4 of 4) sorted by relevance
17 - EXPECT_EQ(0, metrics->GetOpenFdCount());24 + open_fds = metrics->GetOpenFdCount();
594 open_fds = metrics->GetOpenFdCount(); in TEST()609 TEST(ProcessMetricsTest, GetOpenFdCount) { in TEST() argument613 int fd_count = metrics->GetOpenFdCount(); in TEST()617 int new_fd_count = metrics->GetOpenFdCount(); in TEST()
183 int GetOpenFdCount() const;
260 int ProcessMetrics::GetOpenFdCount() const { in GetOpenFdCount() function in base::ProcessMetrics