Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp2074 constexpr const char* actionSeperator = "/action/"; in handleDBusUrl() local
2075 size_t actionPosition = objectPath.find(actionSeperator); in handleDBusUrl()
2079 objectPath.substr((actionPosition + strlen(actionSeperator)), in handleDBusUrl()