Searched refs:O_WRONLY (Results 1 - 25 of 31) sorted by relevance

12

/openjdk7/hotspot/src/os/bsd/vm/
H A Djvm_bsd.h101 #define JVM_O_WRONLY O_WRONLY
H A DperfMemory_bsd.cpp98 RESTARTABLE(::open(destfile, O_CREAT|O_WRONLY|O_TRUNC, S_IREAD|S_IWRITE),
/openjdk7/hotspot/src/os/linux/vm/
H A Djvm_linux.h82 #define JVM_O_WRONLY O_WRONLY
H A DperfMemory_linux.cpp98 RESTARTABLE(::open(destfile, O_CREAT|O_WRONLY|O_TRUNC, S_IREAD|S_IWRITE),
/openjdk7/hotspot/src/os/solaris/vm/
H A Djvm_solaris.h79 #define JVM_O_WRONLY O_WRONLY
H A DperfMemory_solaris.cpp100 RESTARTABLE(::open(destfile, O_CREAT|O_WRONLY|O_TRUNC, S_IREAD|S_IWRITE),
/openjdk7/jdk/src/macosx/javavm/export/
H A Djvm_md.h68 #define JVM_O_WRONLY O_WRONLY
/openjdk7/jdk/src/solaris/javavm/export/
H A Djvm_md.h73 #define JVM_O_WRONLY O_WRONLY
/openjdk7/jdk/src/windows/javavm/export/
H A Djvm_md.h95 #define JVM_O_WRONLY O_WRONLY
/openjdk7/hotspot/src/os/windows/vm/
H A Djvm_windows.h119 #define JVM_O_WRONLY O_WRONLY
/openjdk7/jdk/src/solaris/native/java/io/
H A DFileOutputStream_md.c59 O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC));
H A Dio_util_md.c109 int devnull = open("/dev/null", O_WRONLY);
/openjdk7/jdk/src/windows/native/java/io/
H A DFileOutputStream_md.c60 O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC));
H A Dio_util_md.c229 (flags & O_WRONLY) ? GENERIC_WRITE :
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DgenUnixConstants.c59 DEF(O_WRONLY);
/openjdk7/jdk/src/solaris/native/java/util/
H A DFileSystemPreferences.c84 fd = open(fname, O_WRONLY|O_CREAT, permission);
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DInheritedChannel.c135 oflag_actual = O_WRONLY;
/openjdk7/jdk/src/windows/demo/jvmti/hprof/
H A Dhprof_md.c134 return open(filename, O_CREAT | O_WRONLY | O_TRUNC,
141 return open(filename, O_CREAT | O_WRONLY | O_TRUNC | O_BINARY,
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DSolarisUserDefinedFileAttributeView.java187 (O_CREAT|O_WRONLY|O_TRUNC|O_XATTR),
282 int dst = openat(nfd, name, (O_CREAT|O_WRONLY|O_TRUNC|O_XATTR),
H A DUnixChannelFactory.java193 oflags = (flags.write) ? O_WRONLY : O_RDONLY;
H A DUnixCopyFile.java238 (O_WRONLY |
/openjdk7/jdk/src/solaris/demo/jvmti/hprof/
H A Dhprof_md.c100 procfd = open(proc_ctl_fn, O_WRONLY);
169 return open(filename, O_WRONLY | O_CREAT | O_TRUNC,
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_SolarisOS_Utils.c155 fd = open(adDesc->pathctl, O_WRONLY | O_NONBLOCK);
H A DPLATFORM_API_SolarisOS_PCM.c196 openMode = O_WRONLY;
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DInheritedChannel.java48 private static final int O_WRONLY = 1; field in class:InheritedChannel

Completed in 73 milliseconds

12