Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dpath.cpp60 std::vector<fs::path> base_parts = remove_dots_from_path( in path_difference() local
65 std::vector<fs::path>::iterator base_it = base_parts.begin(), in path_difference()
66 base_end = base_parts.end(), in path_difference()
/third_party/python/Lib/urllib/
Dparse.py554 base_parts = bpath.split('/')
555 if base_parts[-1] != '':
558 del base_parts[-1]
564 segments = base_parts + path.split('/')