Searched refs:hardlink (Results 1 - 7 of 7) sorted by relevance

/pkg/src/modules/bundle/
H A DDirectoryBundle.py36 import pkg.actions.hardlink namespace
133 return pkg.actions.hardlink.HardLinkAction(
H A DTarBundle.py74 return hardlink.HardLinkAction(path=tarinfo.name,
H A DSolarisPackageDatastreamBundle.py168 act = hardlink.HardLinkAction(path=mapline.pathname,
H A DSolarisPackageDirBundle.py201 act = hardlink.HardLinkAction(path=mapline.pathname,
/pkg/src/modules/actions/
H A D_actions.c254 if (strncmp(str, "hardlink", 8) == 0)
767 cache_class(aclass_hardlink, "hardlink");
/pkg/src/modules/publish/
H A Ddependencies.py42 import pkg.flavor.hardlink as hardlink namespace
478 for a in mfst.gen_actions_by_type("hardlink"):
479 deps.extend(hardlink.process_hardlink_deps(a, pkg_vars))
1628 for f in itertools.chain(mfst.gen_actions_by_type("hardlink"),
/pkg/src/tests/api/
H A Dt_dependencies.py42 import pkg.flavor.hardlink as hl
96 hardlink path=usr/foo target=../{syslog_path}
97 hardlink path=usr/bar target=../{syslog_path}
98 hardlink path=baz target={authlog_path}
102 hardlink path=usr/foo target=../{syslog_path}
107 hardlink path=usr/foo target=../{syslog_path}
1163 """Check that a hardlink with a target outside the package is
1196 """Check that a hardlink with a target inside the package is

Completed in 581 milliseconds