Searched defs:getpwnam (Results 1 – 6 of 6) sorted by relevance
475 static int getpwnam(String name) throws UnixException { in getpwnam() method in UnixNativeDispatcher
99 public StructPasswd getpwnam(String name) throws ErrnoException { return os.getpwnam(name); } in getpwnam() method in ForwardingOs
85 public StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam() method
90 public native StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam() method in Linux
222 …/** @hide */ public static StructPasswd getpwnam(String name) throws ErrnoException { return Libco… in getpwnam() method in Os
707 jobject getpwnam(const char* name) { in getpwnam() function in Passwd