HomeSort by relevance Sort by last modified time
    Searched refs:GetHostName (Results 1 - 2 of 2) sorted by null

  /external/chromium-libpac/src/
proxy_resolver_js_bindings.cc 51 std::string my_hostname = GetHostName();
58 std::string my_hostname = GetHostName();
101 std::string GetHostName() {
103 if (gethostname(buffer, 256) != 0) {
  /system/core/adb/
shell_service.cpp 216 static std::string GetHostName() {
218 if (gethostname(buf, sizeof(buf)) != -1 && strcmp(buf, "localhost") != 0) return buf;
262 env["HOSTNAME"] = GetHostName();

Completed in 56 milliseconds