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