Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_status.hpp252 if (!procPath.empty()) in updateProcAssociation()
255 utils::getBus(), procPath.c_str()); in updateProcAssociation()
268 std::string procPath; member in open_power::occ::Status
H A Docc_status.cpp656 procPath = result[0]; in readProcAssociation()
659 procPath.c_str()) in readProcAssociation()
678 procPath = {}; in readProcAssociation()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetric.cpp109 constexpr std::string_view procPath = "/proc/"; in getProcStatMetric() local
113 for (const auto& procEntry : std::filesystem::directory_iterator(procPath)) in getProcStatMetric()
240 const std::string_view procPath = "/proc/"; in getFdStatMetric() local
241 for (const auto& procEntry : std::filesystem::directory_iterator(procPath)) in getFdStatMetric()