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.java508 static int getpwnam(String name) throws UnixException { in getpwnam() method in UnixNativeDispatcher
/libcore/luni/src/main/java/libcore/io/
DOs.java273 public StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam() method
DForwardingOs.java332 public StructPasswd getpwnam(String name) throws ErrnoException { return os.getpwnam(name); } in getpwnam() method in ForwardingOs
DLinux.java96 public native StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java273 …public static StructPasswd getpwnam(String name) throws ErrnoException { return Libcore.os.getpwna… in getpwnam() method in Os
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp849 jobject getpwnam(const char* name) { in getpwnam() function in Passwd