Searched refs:isNumericPath (Results 1 – 4 of 4) sorted by relevance
26 EXPECT_FALSE(metric_blob::isNumericPath(badPath, id)); in TEST()34 EXPECT_TRUE(metric_blob::isNumericPath(goodPath, id)); in TEST()
45 bool isNumericPath(std::string_view path, int& value);
118 if (isNumericPath(path, pid)) in getProcStatMetric()247 if (isNumericPath(path, pid)) in getFdStatMetric()
76 bool isNumericPath(const std::string_view path, int& value) in isNumericPath() function