Home
last modified time | relevance | path

Searched defs:getpwnam (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixNativeDispatcher.java475 static int getpwnam(String name) throws UnixException { in getpwnam() method in UnixNativeDispatcher
/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java99 public StructPasswd getpwnam(String name) throws ErrnoException { return os.getpwnam(name); } in getpwnam() method in ForwardingOs
DOs.java85 public StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam() method
DLinux.java90 public native StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java222 …/** @hide */ public static StructPasswd getpwnam(String name) throws ErrnoException { return Libco… in getpwnam() method in Os
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp707 jobject getpwnam(const char* name) { in getpwnam() function in Passwd