/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
mf-runtime.h | 221 #pragma redefine_extname getpwuid __mfwrap_getpwuid
|
/system/core/toolbox/ |
lsof.c | 179 pw = getpwuid(pidstat.st_uid);
|
ps.c | 140 pw = getpwuid(stats.st_uid);
|
ls.c | 80 struct passwd *pw = getpwuid(uid);
|
/libcore/luni/src/main/java/libcore/io/ |
ForwardingOs.java | 71 public StructPasswd getpwuid(int uid) throws ErrnoException { return os.getpwuid(uid); } method in class:ForwardingOs
|
Os.java | 63 public StructPasswd getpwuid(int uid) throws ErrnoException; method in interface:Os
|
Posix.java | 65 public native StructPasswd getpwuid(int uid) throws ErrnoException; method in class:Posix
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
netcap.c | 230 p = getpwuid(n->uid);
|
/external/openssh/ |
ssh-add.c | 458 if ((pw = getpwuid(getuid())) == NULL) {
|
/libcore/luni/src/main/java/java/lang/ |
System.java | 315 StructPasswd passwd = Libcore.os.getpwuid(Libcore.os.getuid());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixpath.py | 269 userhome = pwd.getpwuid(os.getuid()).pw_dir
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixpath.py | 269 userhome = pwd.getpwuid(os.getuid()).pw_dir
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xos_r.h | 44 * <pwd.h> for getpwnam() or getpwuid() 250 extern struct passwd *getpwuid(), *getpwnam(); 253 # define _XGetpwuid(u,p) getpwuid((u)) 333 (((p).pwp = getpwuid((u))) ? _Xpw_copyPasswd(p), 0 : 0), \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xos_r.h | 35 * <pwd.h> for getpwnam() or getpwuid() 241 extern struct passwd *getpwuid(), *getpwnam(); 244 # define _XGetpwuid(u,p) getpwuid((u)) 324 (((p).pwp = getpwuid((u))) ? _Xpw_copyPasswd(p), 0 : 0), \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/ |
Xos_r.h | 44 * <pwd.h> for getpwnam() or getpwuid() 250 extern struct passwd *getpwuid(), *getpwnam(); 253 # define _XGetpwuid(u,p) getpwuid((u)) 333 (((p).pwp = getpwuid((u))) ? _Xpw_copyPasswd(p), 0 : 0), \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xos_r.h | 35 * <pwd.h> for getpwnam() or getpwuid() 241 extern struct passwd *getpwuid(), *getpwnam(); 244 # define _XGetpwuid(u,p) getpwuid((u)) 324 (((p).pwp = getpwuid((u))) ? _Xpw_copyPasswd(p), 0 : 0), \ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xos_r.h | 35 * <pwd.h> for getpwnam() or getpwuid() 241 extern struct passwd *getpwuid(), *getpwnam(); 244 # define _XGetpwuid(u,p) getpwuid((u)) 324 (((p).pwp = getpwuid((u))) ? _Xpw_copyPasswd(p), 0 : 0), \ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 112 name = pwd.getpwuid(posix.getuid()).pw_name 521 name = pwd.getpwuid(posix.getuid()).pw_name 530 name = pwd.getpwuid(posix.getuid()).pw_name
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 112 name = pwd.getpwuid(posix.getuid()).pw_name 521 name = pwd.getpwuid(posix.getuid()).pw_name 530 name = pwd.getpwuid(posix.getuid()).pw_name
|
/external/chromium/third_party/libjingle/source/talk/base/ |
unixfilesystem.cc | 421 } else if (passwd* pw = getpwuid(geteuid())) {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
unixfilesystem.cc | 418 } else if (passwd* pw = getpwuid(geteuid())) {
|
/external/e2fsprogs/lib/e2p/ |
ls.c | 31 pw = getpwuid (uid);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 189 os.environ['HOME'] = pwd.getpwuid(os.getuid())[5]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 189 os.environ['HOME'] = pwd.getpwuid(os.getuid())[5]
|
/system/extras/tests/fstest/ |
perm_checker.c | 205 pw = getpwuid(uid);
|