Searched refs:base_parts (Results 1 – 2 of 2) sorted by relevance
60 std::vector<fs::path> base_parts = remove_dots_from_path( in path_difference() local65 std::vector<fs::path>::iterator base_it = base_parts.begin(), in path_difference()66 base_end = base_parts.end(), in path_difference()
554 base_parts = bpath.split('/')555 if base_parts[-1] != '':558 del base_parts[-1]564 segments = base_parts + path.split('/')