Home
last modified time | relevance | path

Searched refs:getpwnam0 (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixNativeDispatcher.java478 return getpwnam0(buffer.address()); in getpwnam()
483 private static native int getpwnam0(long nameAddress) throws UnixException; in getpwnam0() method in UnixNativeDispatcher