Home
last modified time | relevance | path

Searched refs:isNumericPath (Results 1 – 4 of 4) sorted by relevance

/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/
H A Dutil_test.cpp26 EXPECT_FALSE(metric_blob::isNumericPath(badPath, id)); in TEST()
34 EXPECT_TRUE(metric_blob::isNumericPath(goodPath, id)); in TEST()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dutil.hpp45 bool isNumericPath(std::string_view path, int& value);
H A Dmetric.cpp118 if (isNumericPath(path, pid)) in getProcStatMetric()
247 if (isNumericPath(path, pid)) in getFdStatMetric()
H A Dutil.cpp76 bool isNumericPath(const std::string_view path, int& value) in isNumericPath() function