Searched refs:chown (Results 1 - 25 of 29) sorted by relevance

12

/pkg/src/modules/portable/
H A Dos_aix.py38 def chown(path, owner, group): function
43 return os.chown(path, owner, group)
46 return os.chown(path, -1, group)
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 D__init__.py52 # of OS or filesystem implementations, such as chown() or rename().
143 def chown(path, owner, group): function
H A Dos_sunos.py38 get_usernames_by_gid, is_admin, get_userid, get_username, chown, rename, \
39 remove, link, copyfile, split_path, get_root, assert_mode namespace
H A Dos_unix.py256 def chown(path, owner, group): function
257 return os.chown(path, owner, group)
H A Dos_windows.py99 def chown(path, owner, group): function
/pkg/src/svc/
H A Dsvc-pkg-repositories-setup30 CHOWN=/usr/bin/chown
94 "Unable to chown /var/share/pkg/repositories" \
/pkg/src/tests/
H A Drun.py380 os.chown(cov_dest, uid, gid)
383 os.chown("{0}/{1}".format(cov_dest, f), uid, gid)
562 os.chown(".coverage", uid, gid)
/pkg/src/tests/cli/
H A Dt_fix.py325 os.chown(fpath, ubin, groot)
465 os.chown(fpath, -1, 2)
758 os.chown(fpath, -1, 2)
H A Dt_pkg_revert.py130 os.chown(file_path, ubin, groot)
H A Dt_pkgrepo.py1986 chown=False):
1990 If chown is set, we chown the file and its parent dir to root.
1997 if chown:
1998 os.chown(fpath, 0, 0)
1999 os.chown(os.path.dirname(mpath), 0, 0)
2006 if chown:
2007 os.chown(mpath, 0, 0)
2008 os.chown(os.path.dirname(mpath), 0, 0)
3264 bad_path = self.__inject_perm(fmri_str=fmris[0], chown
[all...]
H A Dt_pkg_verify.py479 os.chown(fpath, -1, 2)
H A Dt_pkgsend.py1428 os.chown(root, owner_id, group_id)
1430 os.chown(os.path.join(root,f), owner_id,
H A Dt_sysrepo.py503 os.chown(cache_dir, exp_uid, 1)
509 "permissions to chown to uid {0}".format(exp_uid))
/pkg/src/modules/actions/
H A Ddirectory.py201 portable.chown(path, owner, group)
205 # Assume chown failed due to a
H A Ddriver.py292 os.chown(datp, st.st_uid, st.st_gid)
376 os.chown(dltp, st.st_uid, st.st_gid)
512 os.chown(dltp, st.st_uid, st.st_gid)
977 os.chown(dltp, st.st_uid, st.st_gid)
H A Dlicense.py122 portable.chown(path, owner, group)
H A Dgeneric.py56 # actions precede file actions (so that the system permits chown'ing them to
681 portable.chown(path, uid, gid)
707 portable.chown(p, fs.st_uid, fs.st_gid)
720 portable.chown(path, uid, gid)
H A Dfile.py268 portable.chown(temp, owner, group)
/pkg/src/modules/
H A Dmisc.py132 portable.chown(dst_path, fs.st_uid, fs.st_gid)
154 os.chown(d_path, s.st_uid, s.st_gid)
159 os.chown(d_path, s.st_uid, s.st_gid)
165 os.chown(d_path, s.st_uid, s.st_gid)
188 os.chown(d_path, s.st_uid, s.st_gid)
196 os.chown(d_path, s.st_uid, s.st_gid)
206 os.chown(dst, src_stat.st_uid, src_stat.st_gid)
231 os.chown(dst, s.st_uid, s.st_gid)
1414 portable.chown(path, uid, gid)
1417 portable.chown(pat
[all...]
H A Dcfgfiles.py194 os.chown(name, st.st_uid, st.st_gid)
/pkg/src/tests/api/
H A Dt_pkg_api_install.py1226 os.chown(target, owner, group)
1245 os.chown(dest_dir, 0, 0)
H A Dt_config.py1549 portable.chown(scpath, 65534, 65534)
/pkg/src/
H A Ddepot-config.py158 os.chown(dir, uid, gid)
161 raise DepotException(_("Unable to chown {dir} to "
H A Dsysrepo.py539 os.chown(dir, uid, gid)
543 _("Unable to chown to {user}:{group}: "
783 _("Unable to chown to {user}:{group}: "

Completed in 77 milliseconds

12