Searched refs:value_utf8 (Results 1 – 1 of 1) sorted by relevance
2962 std::string value_utf8; in _init_env() local2963 if (!android::base::WideToUTF8(equal + 1, &value_utf8)) { in _init_env()2967 char* const value_dup = strdup(value_utf8.c_str()); in _init_env()