Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsysdeps_win32.cpp2934 std::string value_utf8; in _init_env() local
2935 if (!android::base::WideToUTF8(equal + 1, &value_utf8)) { in _init_env()
2939 char* const value_dup = strdup(value_utf8.c_str()); in _init_env()