Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp2666 std::string value_utf8; in _init_env() local
2667 if (!android::base::WideToUTF8(equal + 1, &value_utf8)) { in _init_env()
2671 char* const value_dup = strdup(value_utf8.c_str()); in _init_env()