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.hpp2106 constexpr const char* actionSeperator = "/action/"; in handleDBusUrl() local
2107 size_t actionPosition = objectPath.find(actionSeperator); in handleDBusUrl()
2111 objectPath.substr((actionPosition + strlen(actionSeperator)), in handleDBusUrl()