Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dfru.cpp60 std::stack<std::string> tmpObjPaths{}; in updateAssociationTree() local
61 tmpObjPaths.emplace(path); in updateAssociationTree()
66 tmpObjPaths.emplace(obj); in updateAssociationTree()
70 std::stack<std::string> tmpObj = tmpObjPaths; in updateAssociationTree()
77 std::string prePath = tmpObjPaths.top(); in updateAssociationTree()
78 while (!tmpObjPaths.empty()) in updateAssociationTree()
80 std::string currPath = tmpObjPaths.top(); in updateAssociationTree()
81 tmpObjPaths.pop(); in updateAssociationTree()