Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp1035 std::string name_utf8; in adb_gethostname() local
1036 if (!android::base::WideToUTF8(buffer, &name_utf8)) { in adb_gethostname()
1040 strncpy(name, name_utf8.c_str(), len); in adb_gethostname()
2333 std::string name_utf8; in adb_readdir() local
2334 if (!android::base::WideToUTF8(went->d_name, &name_utf8)) { in adb_readdir()
2342 if (name_utf8.length() + 1 > sizeof(went->d_name)) { in adb_readdir()
2356 strcpy(ent->d_name, name_utf8.c_str()); in adb_readdir()
2761 std::string name_utf8; in _init_env() local
2762 if (!android::base::WideToUTF8(*env, equal - *env, &name_utf8)) { in _init_env()
2767 name_utf8 = ToLower(name_utf8); in _init_env()
[all …]