Searched refs:GetSocketName (Results 1 – 1 of 1) sorted by relevance
186 static bool GetSocketName(const int fd, std::string* result);206 if (!GetSocketName(fd, &socket_name)) { in CreateFromFd()390 bool FileDescriptorInfo::GetSocketName(const int fd, std::string* result) { in GetSocketName() function in FileDescriptorInfo