Searched refs:kProto (Results 1 – 2 of 2) sorted by relevance
178 static const std::string kProto; variable190 if (uri.find(kProto) != 0) { in connectToPath()195 const std::string hostport = uri.substr(kProto.length()); in connectToPath()
387 const std::string HdfsEnv::kProto = "hdfs://"; member in ROCKSDB_NAMESPACE::HdfsEnv