Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp155 std::string_view reqPathStripped = in getSubTree() local
158 if (!reqPathStripped.empty() && in getSubTree()
159 interfaceMap.find(reqPathStripped) == interfaceMap.end()) in getSubTree()
171 if (thisPath == reqPathStripped) in getSubTree()
180 thisPath.begin() + reqPathStripped.size(), thisPath.end(), '/'); in getSubTree()
223 std::string_view reqPathStripped = in getSubTreePaths() local
226 if (!reqPathStripped.empty() && in getSubTreePaths()
227 interfaceMap.find(reqPathStripped) == interfaceMap.end()) in getSubTreePaths()
239 if (thisPath == reqPathStripped) in getSubTreePaths()
248 thisPath.begin() + reqPathStripped.size(), thisPath.end(), '/'); in getSubTreePaths()