Home
last modified time | relevance | path

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

/openbmc/telemetry/src/utils/
H A Ddbus_path_utils.hpp21 constexpr std::string_view allowedCharactersInPath = variable
48 return (path.find_first_not_of(constants::allowedCharactersInPath) == in isValidDbusPath()
55 if (id.find_first_not_of(utils::constants::allowedCharactersInPath) != in verifyIdCharacters()
H A Dmake_id_name.cpp47 if (strippedId.find_first_of(utils::constants::allowedCharactersInPath) == in generateId()
54 return c == '/' || utils::constants::allowedCharactersInPath.find(c) == in generateId()