Home | History | Annotate | Download | only in base

Lines Matching defs:GetHostName

1727 std::string GetHostName() {
1734 int result = gethostname(buffer, sizeof(buffer));
1736 DVLOG(1) << "gethostname() failed with " << result;