Searched refs:parentPath (Results 1 – 4 of 4) sorted by relevance
240 std::string parentPath(path); in doIntrospect() local241 if (parentPath == "/") in doIntrospect()243 parentPath.clear(); in doIntrospect()247 objectServer, parentPath + "/" + childPath); in doIntrospect()
69 bool isAdc(const std::filesystem::path& parentPath) in isAdc() argument71 std::filesystem::path namePath = parentPath / "name"; in isAdc()
89 FanTypes getFanType(const std::filesystem::path& parentPath) in getFanType() argument91 std::filesystem::path linkPath = parentPath / "of_node"; in getFanType()
1934 std::string parentPath = in populateHsbpBackplanes() local1939 backplane->second->run(parentPath, owner); in populateHsbpBackplanes()1940 populateMuxes(backplane->second->muxes, parentPath); in populateHsbpBackplanes()