Lines Matching refs:base_path
1378 std::string path_join(const StringRef &base_path, const StringRef &base_query,
1382 return path_join(balloc, base_path, base_query, rel_path, rel_query).str();
1728 StringRef path_join(BlockAllocator &balloc, const StringRef &base_path,
1732 balloc, std::max(static_cast<size_t>(1), base_path.size()) +
1738 if (base_path.empty()) {
1741 p = std::copy(std::begin(base_path), std::end(base_path), p);
1765 } else if (base_path.empty()) {
1768 p = std::copy(std::begin(base_path), std::end(base_path), p);