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

/openjdk10/jdk/test/java/nio/file/Files/
H A DInterruptCopy.java38 private static final long FILE_SIZE_TO_COPY = 512L * 1024L * 1024L; field in class:InterruptCopy
48 if (usableSpace < 2*FILE_SIZE_TO_COPY) {
71 } while (total < FILE_SIZE_TO_COPY);

Completed in 35 milliseconds