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