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