Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Ddbus_monitor.hpp182 static std::regex validPath("^/([A-Za-z0-9_]+/?)*$"); in requestRoutes() local
196 if (!std::regex_match(*thisPathString, validPath)) in requestRoutes()