Searched defs:buf_utf8 (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsysdeps_win32.cpp2651 std::string buf_utf8; local
2652 const bool narrow_result = android::base::WideToUTF8(wbuf, &buf_utf8);
2662 if (size < static_cast<int>(buf_utf8.length() + 1)) {
2671 size = buf_utf8.length() + 1;
2681 strcpy(buf, buf_utf8.c_str());

Completed in 44 milliseconds