Home
last modified time | relevance | path

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

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