Home
last modified time | relevance | path

Searched refs:fmt_path_ (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTSocket.cpp837 std::string fmt_path_ = path_; in getSocketInfo() local
839 if (!fmt_path_.empty() && fmt_path_[0] == '\0') in getSocketInfo()
840 fmt_path_[0] = '@'; in getSocketInfo()
841 oss << "<Path: " << fmt_path_ << ">"; in getSocketInfo()