Searched refs:thisPath (Results 1 – 3 of 3) sorted by relevance
61 const auto& thisPath = objectPath.first; in getAncestors() local63 if (reqPath == thisPath) in getAncestors()68 if (reqPath.starts_with(thisPath)) in getAncestors()88 addObjectMapResult(ret, thisPath, connectionInterfaces); in getAncestors()171 const auto& thisPath = objectPath.first; in getSubTree() local174 if (thisPath == reqPathStripped) in getSubTree()179 if (thisPath.starts_with(reqPath)) in getSubTree()183 thisPath.begin() + std::distance(reqPathStripped.begin(), in getSubTree()185 thisPath.end(), '/'); in getSubTree()201 addObjectMapResult(ret, thisPath, connectionInterfaces); in getSubTree()[all …]
197 for (const auto& thisPath : *paths) in requestRoutes()200 thisPath.get_ptr<const std::string*>(); in requestRoutes()
53 std::string thisPath = itemPath.filename(); in parseObjectPathAndGetMode() local54 BMCWEB_LOG_DEBUG("Filename: {}, ThisPath: {}", itemPath.str, thisPath); in parseObjectPathAndGetMode()56 if (thisPath.empty()) in parseObjectPathAndGetMode()61 if (thisPath != resName) in parseObjectPathAndGetMode()