Searched defs:getpwnam (Results 1 – 6 of 6) sorted by relevance
475 static int getpwnam(String name) throws UnixException { in getpwnam() method in UnixNativeDispatcher
274 public StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam() method
335 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
276 …public static StructPasswd getpwnam(String name) throws ErrnoException { return Libcore.os.getpwna… in getpwnam() method in Os
842 jobject getpwnam(const char* name) { in getpwnam() function in Passwd