Searched refs:open0 (Results 1 – 2 of 2) sorted by relevance
209 devnull = open0("/dev/null", O_RDWR); in getChannel()231 private static native int open0(String path, int oflag) throws IOException; in open0() method in InheritedChannel
171 NATIVE_METHOD(InheritedChannel, open0, "(Ljava/lang/String;I)I"),