Searched refs:allowedCharactersInPath (Results 1 – 2 of 2) sorted by relevance
21 constexpr std::string_view allowedCharactersInPath = variable48 return (path.find_first_not_of(constants::allowedCharactersInPath) == in isValidDbusPath()55 if (id.find_first_not_of(utils::constants::allowedCharactersInPath) != in verifyIdCharacters()
47 if (strippedId.find_first_of(utils::constants::allowedCharactersInPath) == in generateId()54 return c == '/' || utils::constants::allowedCharactersInPath.find(c) == in generateId()