Searched defs:getpwuid (Results 1 – 6 of 6) sorted by relevance
461 static native byte[] getpwuid(int uid) throws UnixException; in getpwuid() method in UnixNativeDispatcher
86 public StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() method
100 public StructPasswd getpwuid(int uid) throws ErrnoException { return os.getpwuid(uid); } in getpwuid() method in ForwardingOs
91 public native StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() method in Linux
224 …/** @hide */ public static StructPasswd getpwuid(int uid) throws ErrnoException { return Libcore.o… in getpwuid() method in Os
711 jobject getpwuid(uid_t uid) { in getpwuid() function in Passwd