Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dhandler.cpp28 constexpr std::string_view metricPath("/metric/snapshot"); variable
33 return path == metricPath; in canHandleBlob()
40 return {std::string(metricPath)}; in getBlobIds()
78 if (path == metricPath) in open()