Searched defs:getpwuid (Results 1 – 5 of 5) sorted by relevance
200 …/** @hide */ public static StructPasswd getpwuid(int uid) throws ErrnoException { return Libcore.o… in getpwuid() method in Os
81 public StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() method
89 public StructPasswd getpwuid(int uid) throws ErrnoException { return os.getpwuid(uid); } in getpwuid() method in ForwardingOs
83 public native StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() method in Posix
706 jobject getpwuid(uid_t uid) { in getpwuid() function in Passwd