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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsChannelFactory.java72 boolean sparse; field in class:WindowsChannelFactory.Flags
96 case SPARSE : flags.sparse = true; break;
327 // make the file sparse if needed
328 if (dwCreationDisposition == CREATE_NEW && flags.sparse) {
332 // ignore as sparse option is hint

Completed in 22 milliseconds