Searched refs:flagsAndAttributes (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/native/java/io/
H A Dio_util_md.c247 const DWORD flagsAndAttributes = maybeWriteThrough | maybeDeleteOnClose; local
262 flagsAndAttributes, /* flags and attributes */
268 flagsAndAttributes, NULL);
/openjdk7/jdk/src/windows/native/java/lang/
H A DProcessImpl_md.c345 const DWORD flagsAndAttributes = FILE_ATTRIBUTE_NORMAL; local
358 flagsAndAttributes, /* flags and attributes */
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c115 const DWORD flagsAndAttributes = maybeWriteThrough | maybeDeleteOnClose; local
123 flagsAndAttributes, /* flags and attributes */

Completed in 35 milliseconds