Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.cpp1151 static std::string sanitize(std::string str, bool alphanumeric) { in sanitize() argument
1152 auto pred = alphanumeric ? [](const char c) { return !isalnum(c); } in sanitize()
1159 bool alphanumeric) { in append_transport_info() argument
1166 *result += sanitize(value, alphanumeric); in append_transport_info()