Searched refs:get_userid (Results 1 - 8 of 8) 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 | 35 is_admin, get_userid, get_username, rename, remove, link, split_path, \ 36 get_root, assert_mode, copyfile namespace
|
H A D | __init__.py | 130 def get_userid(): 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 | 72 def get_userid(): function 93 return pwd.getpwuid(get_userid()).pw_name
|
H A D | os_windows.py | 75 def get_userid(): function
|
/pkg/src/tests/api/ |
H A D | t_history.py | 77 self.__userid = str(portable.get_userid())
|
/pkg/src/modules/client/ |
H A D | history.py | 362 op.userid = portable.get_userid()
|
Completed in 17 milliseconds