Searched refs:absPath (Results 1 – 2 of 2) sorted by relevance
227 std::string absPath; in updateObjects() local236 absPath.assign(_root); in updateObjects()237 absPath.append(objit->first); in updateObjects()240 if (refit == _refs.end() || refit->first != absPath) in updateObjects()243 refit, std::make_pair(absPath, decltype(_refs)::mapped_type())); in updateObjects()247 updateInterfaces(absPath, objit->second, refit, newObj, in updateObjects()252 _associations.createAssociations(absPath, in updateObjects()
730 std::string absPath = "/xyz/openbmc_project/inventory"; in parseInventoryPath() local733 absPath += '/'; in parseInventoryPath()735 absPath += inventoryPath; in parseInventoryPath()736 return absPath; in parseInventoryPath()