Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsysdeps_win32.cpp2898 static std::string ToLower(const std::string& anycase) { in ToLower() function
2960 name_utf8 = ToLower(name_utf8); in _init_env()
2981 const auto it = g_environ_utf8.find(ToLower(std::string(name))); in adb_getenv()