HomeSort by relevance Sort by last modified time
    Searched refs:getpwuid (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
pwd.h 114 struct passwd* getpwuid(uid_t);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
pwd.h 114 struct passwd* getpwuid(uid_t);
  /external/chromium_org/chrome/browser/policy/
policy_path_parser_linux.cc 37 struct passwd* user = getpwuid(geteuid());
  /system/core/toolbox/
id.c 11 struct passwd *pw = getpwuid(uid);
  /bionic/tests/
stubs_test.cpp 39 passwd* pwd = getpwuid(uid);
  /external/openssh/openbsd-compat/
pwcache.c 67 if ((pw = getpwuid(uid)) == NULL) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pwd.h 111 extern struct passwd *getpwuid (__uid_t __uid);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pwd.h 111 extern struct passwd *getpwuid (__uid_t __uid);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pwd.h 111 extern struct passwd *getpwuid (__uid_t __uid);
  /external/libcap-ng/libcap-ng-0.7/utils/
pscap.c 163 p = getpwuid(euid);
  /bionic/libc/bionic/
stubs.cpp 65 // Our implementation of getpwnam(3) and getpwuid(3) use thread-local
68 const passwd* src = by_name ? getpwnam(name) : getpwuid(uid); // NOLINT: see above.
345 passwd* getpwuid(uid_t uid) { // NOLINT: implementing bad function. function
382 passwd *pw = getpwuid(getuid()); // NOLINT: implementing bad function in terms of bad function.
  /cts/apps/CtsVerifier/jni/verifier/
com_android_cts_verifier_os_FileUtils.cpp 80 struct passwd *pwd = getpwuid(uid);
  /cts/tests/jni/
android_os_cts_FileUtils.cpp 82 struct passwd *pwd = getpwuid(uid);
  /external/openssh/
logintest.c 100 pw = getpwuid(getuid());
ssh-keysign.c 175 if ((pw = getpwuid(original_real_uid)) == NULL)
176 fatal("getpwuid failed");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getpass.py 158 return pwd.getpwuid(os.getuid())[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getpass.py 158 return pwd.getpwuid(os.getuid())[0]
  /external/libppp/src/
systems.c 143 pwd = getpwuid(ID0realuid());
214 pwd = getpwuid(ID0realuid());
  /external/iptables/extensions/
libxt_owner.c 301 struct passwd *pwd = getpwuid(info->uid);
350 struct passwd *pwd = getpwuid(info->uid);
399 const struct passwd *pwd = getpwuid(info->uid_min);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 236 owner = pwd.getpwuid(0)[0]
264 owner = pwd.getpwuid(0)[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 236 owner = pwd.getpwuid(0)[0]
264 owner = pwd.getpwuid(0)[0]
  /cts/tests/tests/permission/jni/
android_permission_cts_FileUtils.cpp 84 struct passwd *pwd = getpwuid(uid);
  /external/dropbear/
cli-kex.c 159 pw = getpwuid(getuid());
cli-runopts.c 345 pw = getpwuid(uid);
dropbearkey.c 325 pw = getpwuid(getuid());

Completed in 901 milliseconds

1 23 4 5 6