Searched defs:link (Results 1 - 9 of 9) sorted by relevance
/pkg/src/modules/actions/ |
H A D | hardlink.py | 27 """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 D | DirectoryBundle.py | 35 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 D | os_darwin.py | 34 is_admin, get_userid, get_username, chown, rename, remove, link, \ 35 split_path, get_root, assert_mode namespace
|
H A D | os_aix.py | 35 is_admin, get_userid, get_username, rename, remove, link, split_path, \ 36 get_root, assert_mode, copyfile namespace
|
H A D | __init__.py | 160 def link(src, dst): function 163 OSError (or subclass) if the source path does not exist or the link
|
H A D | os_sunos.py | 39 remove, link, copyfile, split_path, get_root, assert_mode namespace
|
H A D | os_unix.py | 290 def link(src, dst): function 291 os.link(src, dst)
|
H A D | os_windows.py | 218 def link(src, dst): function
|
/pkg/src/ |
H A D | setup.py | 758 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