Searched refs:pathname (Results 1 – 2 of 2) sorted by relevance
488 std::string pathname(pHdfsFileInfo[i].mName); in GetChildren() local489 size_t pos = pathname.rfind("/"); in GetChildren()491 result->push_back(pathname.substr(pos + 1)); in GetChildren()
4462 explicit FilePath(const std::string& pathname) : pathname_(pathname) {