Searched refs:computerName (Results 1 – 1 of 1) sorted by relevance
1023 const char* computerName = adb_getenv("COMPUTERNAME"); in adb_gethostname() local1024 if (computerName && !isBlankStr(computerName)) { in adb_gethostname()1025 strncpy(name, computerName, len); in adb_gethostname()