Home
last modified time | relevance | path

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

/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp2068 size_t attrPosition = objectPath.find(attrSeperator); in handleDBusUrl() local
2069 if (attrPosition != std::string::npos) in handleDBusUrl()
2071 destProperty = objectPath.substr(attrPosition + strlen(attrSeperator), in handleDBusUrl()
2073 objectPath.resize(attrPosition); in handleDBusUrl()