Searched defs:getpwnam (Results 1 – 6 of 6) sorted by relevance
508 static int getpwnam(String name) throws UnixException { in getpwnam() method in UnixNativeDispatcher
273 public StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam() method
332 public StructPasswd getpwnam(String name) throws ErrnoException { return os.getpwnam(name); } in getpwnam() method in ForwardingOs
96 public native StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam() method in Linux
273 …public static StructPasswd getpwnam(String name) throws ErrnoException { return Libcore.os.getpwna… in getpwnam() method in Os
849 jobject getpwnam(const char* name) { in getpwnam() function in Passwd