Home
last modified time | relevance | path

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

/openbmc/sdbusplus/src/message/
H A Dnative_types.cpp36 inline bool pathShouldEscape(char c) in pathShouldEscape() function
43 return pathShouldEscape(c) && c != '_'; in pathRequiresEscape()
128 (!pathShouldEscape(extId[0]) && in operator /=()
137 if (pathShouldEscape(c)) in operator /=()