Searched defs:get_link_path (Results 1 - 3 of 3) sorted by relevance
/pkg/src/tests/cli/ |
H A D | t_pkg_hydrate.py | 703 def get_link_path(*parts): function in function:TestPkgHydrate.test_14_mediator 714 vi_path = get_link_path("usr", "bin", "vi") 715 dev_path = get_link_path("dev", "cfg", "bar2") 716 etc_path = get_link_path("etc", "foo")
|
H A D | t_pkg_mediated.py | 1094 def get_link_path(*parts): function in function:TestPkgMediated.test_02_hardlink_mediation 1107 vi_path = get_link_path("usr", "bin", "vi") 1108 nvi_path = get_link_path("usr", "bin", "nvi") 1109 vim_path = get_link_path("usr", "bin", "vim") 1110 svr4_path = get_link_path("usr", "sunos", "bin", "edit") 1195 foo_path = get_link_path("usr", "bin", "foo") 1196 foo_1_nd_path = get_link_path("usr", "bin", "foo-1-nd") 1197 foo_1_d_path = get_link_path("usr", "bin", "foo-1-d") 1198 foo_2_nd_path = get_link_path("usr", "bin", "foo-2-nd") 1199 foo_2_d_path = get_link_path("us [all...] |
/pkg/src/modules/ |
H A D | fmri.py | 488 def get_link_path(self, stemonly = False): member in class:PkgFmri
|
Completed in 1670 milliseconds