Searched defs:chown (Results 1 - 6 of 6) sorted by relevance
/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 | 38 def chown(path, owner, group): function 43 return os.chown(path, owner, group) 46 return os.chown(path, -1, group)
|
H A D | __init__.py | 52 # of OS or filesystem implementations, such as chown() or rename(). 143 def chown(path, owner, group): function
|
H A D | os_sunos.py | 38 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 D | os_unix.py | 256 def chown(path, owner, group): function 257 return os.chown(path, owner, group)
|
H A D | os_windows.py | 99 def chown(path, owner, group): function
|
Completed in 12 milliseconds