Searched refs:OPEN_ALWAYS (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsConstants.java51 public static final int OPEN_ALWAYS = 4; field in class:WindowsConstants
H A DWindowsChannelFactory.java252 dwCreationDisposition = OPEN_ALWAYS;
256 // the OPEN_ALWAYS mode and then truncate the file.
257 if (dwCreationDisposition == OPEN_ALWAYS) {
/openjdk7/jdk/src/windows/native/java/lang/
H A DProcessImpl_md.c344 const DWORD disposition = OPEN_ALWAYS;
/openjdk7/jdk/src/windows/native/java/io/
H A Dio_util_md.c237 (flags & O_CREAT) ? OPEN_ALWAYS :
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c105 (flags & O_CREAT) ? OPEN_ALWAYS :

Completed in 41 milliseconds