Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp2798 wchar_t* wbuf = _wgetcwd(nullptr, 0); in adb_getcwd() local
2799 if (wbuf == nullptr) { in adb_getcwd()
2804 const bool narrow_result = android::base::WideToUTF8(wbuf, &buf_utf8); in adb_getcwd()
2805 free(wbuf); in adb_getcwd()
2806 wbuf = nullptr; in adb_getcwd()