Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp2705 static std::string ToLower(const std::string& anycase) { in ToLower() function
2767 name_utf8 = ToLower(name_utf8); in _init_env()
2788 const auto it = g_environ_utf8.find(ToLower(std::string(name))); in adb_getenv()