OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOpenFdCount
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/process/
process_metrics.h
183
int
GetOpenFdCount
() const;
process_metrics_unittest.cc
442
// Keep these in sync so the
GetOpenFdCount
test can refer to correct test main.
488
TEST(ProcessMetricsTest,
GetOpenFdCount
) {
501
EXPECT_EQ(0, metrics->
GetOpenFdCount
());
process_metrics_linux.cc
294
int ProcessMetrics::
GetOpenFdCount
() const {
Completed in 422 milliseconds