Home
last modified time | relevance | path

Searched defs:open0 (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/io/
DFileInputStream.java50 private native void open0(java.lang.String name) throws java.io.FileNotFoundException; in open0() method in FileInputStream
DFileOutputStream.java60 private native void open0(java.lang.String name, boolean append) in open0() method in FileOutputStream
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixNativeDispatcher.java76 private static native int open0(long pathAddress, int flags, int mode) in open0() method in UnixNativeDispatcher