Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp2695 wchar_t* wbuf = _wgetcwd(nullptr, 0); in adb_getcwd() local
2696 if (wbuf == nullptr) { in adb_getcwd()
2701 const bool narrow_result = android::base::WideToUTF8(wbuf, &buf_utf8); in adb_getcwd()
2702 free(wbuf); in adb_getcwd()
2703 wbuf = nullptr; in adb_getcwd()