Home
last modified time | relevance | path

Searched refs:getpwuid (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pwd.py48 self.assertIn(pwd.getpwuid(e.pw_uid), entriesbyuid[e.pw_uid])
51 self.assertRaises(TypeError, pwd.getpwuid)
94 self.assertRaises(KeyError, pwd.getpwuid, fakeuid)
Dtest_posix.py104 name = pwd.getpwuid(posix.getuid()).pw_name
404 name = pwd.getpwuid(posix.getuid()).pw_name
413 name = pwd.getpwuid(posix.getuid()).pw_name
Dtest_shutil.py486 owner = pwd.getpwuid(0)[0]
514 owner = pwd.getpwuid(0)[0]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpwdmodule.c110 if ((p = getpwuid(uid)) == NULL) { in pwd_getpwuid()
154 if ((p = getpwuid(0)) != NULL) {
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DStubFunctions.c23 getpwuid (uid_t uid) in getpwuid() function
/device/linaro/bootloader/edk2/StdLib/Include/
Dpwd.h119 struct passwd *getpwuid(uid_t);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dgetpass.py158 return pwd.getpwuid(os.getuid())[0]
Dposixpath.py260 userhome = pwd.getpwuid(os.getuid()).pw_dir
Dwebbrowser.py400 user = pwd.getpwuid(os.getuid())[0]
Dtarfile.py1896 tarinfo.uname = pwd.getpwuid(tarinfo.uid)[0]
2275 u = pwd.getpwuid(tarinfo.uid)[2]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_archive_util.py219 owner = pwd.getpwuid(0)[0]
247 owner = pwd.getpwuid(0)[0]
Dtest_sdist.py314 cmd.owner = pwd.getpwuid(0)[0]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Dcvslock.py178 pwent = pwd.getpwuid(uid)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dutil.py257 os.environ['HOME'] = pwd.getpwuid(os.getuid())[5]
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dnamespace.h317 #define getpwuid _getpwuid