Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetric.cpp206 const std::string& fdPath = "/proc/" + std::to_string(pid) + "/fd"; in getFdCount() local
207 return std::distance(std::filesystem::directory_iterator(fdPath), in getFdCount()