Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixNativeDispatcher.java368 chmod0(buffer.address(), mode); in chmod()
373 private static native void chmod0(long pathAddress, int mode) in chmod0() method in UnixNativeDispatcher