Home
last modified time | relevance | path

Searched refs:grafted_path_components (Results 1 – 3 of 3) sorted by relevance

/dports/archivers/py-bup/bup-0.31/lib/bup/t/
H A Dthelpers.py10 grafted_path_components, mkdirp, parse_num,
77 WVPASSEQ(grafted_path_components([(b'/chroot', b'/')], b'/foo'),
79 WVPASSEQ(grafted_path_components([(b'/foo/bar', b'/')],
84 WVPASSEQ(grafted_path_components([(b'/foo/bar/baz', b'/bax')],
90 WVPASSEQ(grafted_path_components([(b'/foo', b'/bar/baz/bax')],
97 WVPASSEQ(grafted_path_components([(b'/foo/bar/baz', b'/a/b/c')],
100 WVPASSEQ(grafted_path_components([(b'/', b'/a/b/c/')], b'/foo/bar'),
103 WVEXCEPT(Exception, grafted_path_components, b'foo', [])
/dports/archivers/py-bup/bup-0.31/lib/cmd/
H A Dsave-cmd.py29 from bup.helpers import (add_error, grafted_path_components, handle_ctrl_c,
351 dirp = grafted_path_components(graft_points, dir)
/dports/archivers/py-bup/bup-0.31/lib/bup/
H A Dhelpers.py1071 def grafted_path_components(graft_points, path): function