Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dfru.cpp53 std::stack<std::string> tmpObjPaths{}; in updateAssociationTree() local
54 tmpObjPaths.emplace(path); in updateAssociationTree()
59 tmpObjPaths.emplace(obj); in updateAssociationTree()
63 std::stack<std::string> tmpObj = tmpObjPaths; in updateAssociationTree()
70 std::string prePath = tmpObjPaths.top(); in updateAssociationTree()
71 while (!tmpObjPaths.empty()) in updateAssociationTree()
73 std::string currPath = tmpObjPaths.top(); in updateAssociationTree()
74 tmpObjPaths.pop(); in updateAssociationTree()