Searched defs:link (Results 1 - 9 of 9) sorted by relevance

/pkg/src/modules/actions/
H A Dhardlink.py27 """module describing a (hard) link packaging object
33 from . import generic, link namespace
40 class HardLinkAction(link.LinkAction):
67 """Client-side method that installs a hard link."""
86 os.link(fulltarget, path)
95 err_txt = _("Unable to create hard link {path}; "
108 # link should lstat() as a regular file.
/pkg/src/modules/bundle/
H A DDirectoryBundle.py35 import pkg.actions.link namespace
130 # Find the relative path to the link target.
136 return pkg.actions.link.LinkAction(
/pkg/src/modules/portable/
H A Dos_darwin.py34 is_admin, get_userid, get_username, chown, rename, remove, link, \
35 split_path, get_root, assert_mode namespace
H A Dos_aix.py35 is_admin, get_userid, get_username, rename, remove, link, split_path, \
36 get_root, assert_mode, copyfile namespace
H A D__init__.py160 def link(src, dst): function
163 OSError (or subclass) if the source path does not exist or the link
H A Dos_sunos.py39 remove, link, copyfile, split_path, get_root, assert_mode namespace
H A Dos_unix.py290 def link(src, dst): function
291 os.link(src, dst)
H A Dos_windows.py218 def link(src, dst): function
/pkg/src/
H A Dsetup.py758 link="hard", update=1)
1189 # directory, and runs the real link with the output file set to just the base
1200 def link(self, *args, **kwargs): member in class:MyUnixCCompiler
1214 UnixCCompiler.link(self, *nargs, **kwargs)
1220 'standard Unix-style compiler with a link stage modified for Solaris'
1361 link=None, level=1):
1391 preserve_mode, preserve_times, link, level)

Completed in 20 milliseconds