Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/
H A Dmanager.cpp227 std::string absPath; in updateObjects() local
236 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()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.cpp730 std::string absPath = "/xyz/openbmc_project/inventory"; in parseInventoryPath() local
733 absPath += '/'; in parseInventoryPath()
735 absPath += inventoryPath; in parseInventoryPath()
736 return absPath; in parseInventoryPath()