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

  /external/chromium-libpac/src/
proxy_resolver_js_bindings.cc 50 std::string my_hostname = GetHostName();
57 std::string my_hostname = GetHostName();
94 std::string GetHostName() {
96 if (gethostname(buffer, 256) != 0) {
  /external/chromium_org/ppapi/native_client/tools/browser_tester/
browser_tester.py 191 def GetHostName():
194 host = socket.gethostbyname(socket.gethostname())
217 host = GetHostName()
  /external/chromium_org/net/base/
net_util.cc 649 std::string GetHostName() {
660 int result = gethostname(buffer, sizeof(buffer));
662 DVLOG(1) << "gethostname() failed with " << result;
    [all...]

Completed in 189 milliseconds