Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp2700 std::string buf_utf8; in adb_getcwd() local
2701 const bool narrow_result = android::base::WideToUTF8(wbuf, &buf_utf8); in adb_getcwd()
2711 if (size < static_cast<int>(buf_utf8.length() + 1)) { in adb_getcwd()
2720 size = buf_utf8.length() + 1; in adb_getcwd()
2730 strcpy(buf, buf_utf8.c_str()); in adb_getcwd()