Searched defs:fos_fd (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/java/io/
H A DFileOutputStream_md.c40 jfieldID fos_fd; /* id for jobject 'fd' in java.io.FileOutputStream */ variable
48 fos_fd = (*env)->GetFieldID(env, fdClass, "fd", "Ljava/io/FileDescriptor;");
58 fileOpen(env, this, path, fos_fd,
64 writeSingle(env, this, byte, append, fos_fd);
70 writeBytes(env, this, bytes, off, len, append, fos_fd);
75 fileClose(env, this, fos_fd);
/openjdk7/jdk/src/windows/native/java/io/
H A DFileOutputStream_md.c40 jfieldID fos_fd; /* id for jobject 'fd' in java.io.FileOutputStream */ variable
48 fos_fd =
59 fileOpen(env, this, path, fos_fd,
65 writeSingle(env, this, byte, append, fos_fd);
72 writeBytes(env, this, bytes, off, len, append, fos_fd);
77 handleClose(env, this, fos_fd);

Completed in 25 milliseconds