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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsConstants.java67 public static final int FILE_FLAG_DELETE_ON_CLOSE = 0x04000000; field in class:WindowsConstants
H A DWindowsChannelFactory.java271 dwFlagsAndAttributes |= FILE_FLAG_DELETE_ON_CLOSE;
/openjdk7/jdk/src/windows/native/java/io/
H A Dio_util_md.c245 FILE_FLAG_DELETE_ON_CLOSE :
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp1305 // Create the file - the FILE_FLAG_DELETE_ON_CLOSE flag allows the
1326 FILE_FLAG_DELETE_ON_CLOSE, /* DWORD flags and attributes */
1350 // FILE_FLAG_DELETE_ON_CLOSE flag in CreateFile call above.
1516 // FILE_FLAG_DELETE_ON_CLOSE semantics and any attempt to remove it would
1531 // created with the FILE_FLAG_DELETE_ON_CLOSE flag.
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c113 FILE_FLAG_DELETE_ON_CLOSE :

Completed in 34 milliseconds