Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp1023 const char* computerName = adb_getenv("COMPUTERNAME"); in adb_gethostname() local
1024 if (computerName && !isBlankStr(computerName)) { in adb_gethostname()
1025 strncpy(name, computerName, len); in adb_gethostname()