Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp2576 static auto& g_environ_utf8 = *new std::unordered_map<std::string, char*>(); variable
2581 if (g_environ_utf8.size() != 0) { in _ensure_env_setup()
2625 g_environ_utf8.insert({name_utf8, value_dup}); in _ensure_env_setup()
2636 const auto it = g_environ_utf8.find(ToLower(std::string(name))); in adb_getenv()
2637 if (it == g_environ_utf8.end()) { in adb_getenv()