| 173 | if (f_attrib == INVALID_FILE_ATTRIBUTES) { |
| 174 | #else |
| 175 | struct THRIFT_STAT path_info; |
| 176 | if (::THRIFT_STAT(path_.c_str(), &path_info) < 0) { |
| 177 | #endif |
| 178 | const std::string vError = "TNonblockingServerSocket::isOpen(): The domain socket path '" + path_ + "' does not exist (yet)."; |