Searched refs:g_environ_utf8 (Results 1 – 1 of 1) sorted by relevance
2730 static auto& g_environ_utf8 = *new std::unordered_map<std::string, char*>(); variable2735 if (g_environ_utf8.size() != 0) { in _init_env()2779 g_environ_utf8.insert({name_utf8, value_dup}); in _init_env()2788 const auto it = g_environ_utf8.find(ToLower(std::string(name))); in adb_getenv()2789 if (it == g_environ_utf8.end()) { in adb_getenv()2956 if (g_environ_utf8.size() > 0) { in _init_console()