Home
last modified time | relevance | path

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

/rocksdb-6.9/env/
Denv_hdfs.cc488 std::string pathname(pHdfsFileInfo[i].mName); in GetChildren() local
489 size_t pos = pathname.rfind("/"); in GetChildren()
491 result->push_back(pathname.substr(pos + 1)); in GetChildren()
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest.h4462 explicit FilePath(const std::string& pathname) : pathname_(pathname) {