/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/scripts/ |
H A D | pkg.depotd.sh | 25 # Resolve a symbolic link to the true file location 30 link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null` 31 if expr "$link" : '^/' 2> /dev/null >/dev/null; then 32 file="$link" 34 file=`dirname "$1"`"/$link"
|
H A D | pkg.sh | 25 # Resolve a symbolic link to the true file location 30 link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null` 31 if expr "$link" : '^/' 2> /dev/null >/dev/null; then 32 file="$link" 34 file=`dirname "$1"`"/$link"
|
H A D | pkgrecv.sh | 25 # Resolve a symbolic link to the true file location 30 link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null` 31 if expr "$link" : '^/' 2> /dev/null >/dev/null; then 32 file="$link" 34 file=`dirname "$1"`"/$link"
|
H A D | pkgsend.sh | 25 # Resolve a symbolic link to the true file location 30 link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null` 31 if expr "$link" : '^/' 2> /dev/null >/dev/null; then 32 file="$link" 34 file=`dirname "$1"`"/$link"
|
/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.
|
H A D | _actions.c | 237 } else if (strncmp(str, "link", 4) == 0) 770 cache_class(aclass_link, "link");
|
/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(
|
H A D | TarBundle.py | 71 return link.LinkAction(path=tarinfo.name,
|
H A D | SolarisPackageDatastreamBundle.py | 41 stat.S_IFLNK: "link", 165 act = link.LinkAction(path=mapline.pathname,
|
/pkg/doc/ |
H A D | Makefile | 30 --link-stylesheet
|
/pkg/src/tests/cli/ |
H A D | t_pkg_mediated.py | 52 add link path=/usr/sbin/newaliases target=../lib/sendmail 53 add link path=/usr/sbin/sendmail target=../lib/sendmail 59 add link path=/usr/bin/mailq target=../lib/sendmail-mta/mailq mediator=mta mediator-implementation=sendmail 60 add link path=/usr/lib/sendmail target=../lib/sendmail-mta/sendmail mediator=mta mediator-implementation=sendmail 61 add link path=/usr/sbin/newaliases target=../lib/sendmail-mta/sendmail mediator=mta mediator-implementation=sendmail 62 add link path=/usr/sbin/sendmail target=../lib/sendmail-mta/sendmail mediator=mta mediator-implementation=sendmail 68 add link path=/usr/bin/mailq target=../lib/sendmail-mta/mailq mediator=mta mediator-implementation=sendmail mediator-priority=vendor 69 add link path=/usr/lib/sendmail target=../lib/sendmail-mta/sendmail mediator=mta mediator-implementation=sendmail mediator-priority=vendor 70 add link path=/usr/sbin/newaliases target=../lib/sendmail-mta/sendmail mediator=mta mediator-implementation=sendmail mediator-priority=vendor 71 add link pat [all...] |
H A D | t_pkgsend.py | 70 Only dir, file, link, and hardlink actions are compared. 101 if a.name in ("dir", "file", "link", "hardlink") 105 # For each dir, file, link, or hardlink action, verify that the 393 """Verify that when provided the name of a symbolic link to a 402 # Then, create a link to it. 459 # link-foo -> file-foo 484 os.symlink(os.path.basename(top_file), "link-{0}".format(name)) 487 # Hard link at top level in source directory. 488 os.link(top_file, os.path.join(src_dir, 513 # Hard link i [all...] |
H A D | t_pkg_hydrate.py | 48 add link path=dev/cfg/bar1.slink target=bar1 58 add link path=dev/cfg/bar1.slink target=bar1 65 add link path=dev/cfg/foo.slink target=foo 77 add link path=etc/foo.slink target=foo 92 add link path=dba/foo.slink target=foo 399 # Make sure the inode of the link is now same. 706 def assert_target(link, target): 707 self.assertEqual(os.stat(link).st_ino,
|
/pkg/src/web/_themes/default/en/ |
H A D | base.css | 33 background: transparent url(../../p5i-link.png) scroll no-repeat right center;
|
/pkg/src/web/_themes/sun.com/en/ |
H A D | base.css | 32 background: transparent url(../../p5i-link.png) scroll no-repeat right center;
|
/pkg/src/web/_themes/oracle.com/en/ |
H A D | base.css | 168 background: transparent url(../../p5i-link.png) scroll no-repeat right center; 291 div#ft a.footer-links:link {
|
/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)
|
/pkg/src/web/_themes/opensolaris.com/en/ |
H A D | base.css | 38 background: transparent url(../../p5i-link.png) scroll no-repeat right center;
|
/pkg/src/web/_themes/opensolaris.org/en/ |
H A D | base.css | 32 background: transparent url(../../p5i-link.png) scroll no-repeat right center;
|