Searched refs:PathIntf (Results 1 – 3 of 3) sorted by relevance
24 return std::string(BmcPath) + "/" + PathIntf::total_cpu; in getPath()28 return std::string(BmcPath) + "/" + PathIntf::kernel_cpu; in getPath()32 return std::string(BmcPath) + "/" + PathIntf::user_cpu; in getPath()36 return std::string(BmcPath) + "/" + PathIntf::available_memory; in getPath()41 PathIntf::buffered_and_cached_memory; in getPath()45 return std::string(BmcPath) + "/" + PathIntf::free_memory; in getPath()49 return std::string(BmcPath) + "/" + PathIntf::shared_memory; in getPath()53 return std::string(BmcPath) + "/" + PathIntf::total_memory; in getPath()65 return std::string(BmcPath) + "/" + PathIntf::storage + "/" + in getPath()
21 using PathIntf = typedef
10 using PathIntf = typedef32 std::string(PathIntf::value) + "/bmc/" + PathIntf::kernel_cpu;