Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsysdeps_win32.cpp2996 std::string buf_utf8; in adb_getcwd() local
2997 const bool narrow_result = android::base::WideToUTF8(wbuf, &buf_utf8); in adb_getcwd()
3007 if (size < static_cast<int>(buf_utf8.length() + 1)) { in adb_getcwd()
3016 size = buf_utf8.length() + 1; in adb_getcwd()
3026 strcpy(buf, buf_utf8.c_str()); in adb_getcwd()