Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/phosphor-rsyslog-config/
H A Dserver-conf.cpp72 auto posColonLeft = line.find('['); in parseConfig() local
74 if (posColonLeft != std::string::npos || in parseConfig()
78 if (posColonLeft == std::string::npos || in parseConfig()
91 line.substr(posColonLeft + 1, posColonRight - posColonLeft - 1); in parseConfig()