Home
last modified time | relevance | path

Searched refs:_get_uid (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/distutils/
Darchive_util.py39 def _get_uid(name): function
88 uid = _get_uid(owner)
/external/python/cpython3/Lib/distutils/
Darchive_util.py43 def _get_uid(name): function
94 uid = _get_uid(owner)
/external/python/cpython2/Lib/
Dshutil.py340 def _get_uid(name): function
395 uid = _get_uid(owner)
/external/python/cpython3/Lib/
Dshutil.py845 def _get_uid(name): function
901 uid = _get_uid(owner)
1303 _user = _get_uid(user)