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.hpp249 if (!procPath.empty()) in updateProcAssociation()
252 utils::getBus(), procPath.c_str()); in updateProcAssociation()
265 std::string procPath; member in open_power::occ::Status
H A Docc_status.cpp581 procPath.c_str(), true)); in occReadStateNow()
684 procPath = result[0]; in readProcAssociation()
686 instance, "PATH", procPath); in readProcAssociation()
700 procPath = {}; in readProcAssociation()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetric.cpp110 constexpr std::string_view procPath = "/proc/"; in getProcStatMetric() local
114 for (const auto& procEntry : std::filesystem::directory_iterator(procPath)) in getProcStatMetric()
241 const std::string_view procPath = "/proc/"; in getFdStatMetric() local
242 for (const auto& procEntry : std::filesystem::directory_iterator(procPath)) in getFdStatMetric()