Searched refs:parentPath (Results 1 – 5 of 5) sorted by relevance
242 std::string parentPath(path); in doIntrospect() local243 if (parentPath == "/") in doIntrospect()245 parentPath.clear(); in doIntrospect()249 objectServer, parentPath + "/" + childPath); in doIntrospect()
68 bool isAdc(const std::filesystem::path& parentPath) in isAdc() argument70 std::filesystem::path namePath = parentPath / "name"; in isAdc()
90 FanTypes getFanType(const std::filesystem::path& parentPath) in getFanType() 92 std::filesystem::path linkPath = parentPath / "of_node"; in getFanType() 89 getFanType(const std::filesystem::path & parentPath) getFanType() argument
1940 std::string parentPath = in populateHsbpBackplanes() local1945 backplane->second->run(parentPath, owner); in populateHsbpBackplanes()1946 populateMuxes(backplane->second->muxes, parentPath); in populateHsbpBackplanes()