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