Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp2095 const char* attrSeperator = "/attr/"; in handleDBusUrl() local
2096 size_t attrPosition = objectPath.find(attrSeperator); in handleDBusUrl()
2099 destProperty = objectPath.substr(attrPosition + strlen(attrSeperator), in handleDBusUrl()