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