Searched refs:buf_utf8 (Results 1 – 1 of 1) sorted by relevance
2700 std::string buf_utf8; in adb_getcwd() local2701 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()