Searched refs:UPPER_DOSTIME_BOUND (Results 1 – 4 of 4) sorted by relevance
100 public static final long UPPER_DOSTIME_BOUND = field in ZipEntry212 if (this.xdostime != DOSTIME_BEFORE_1980 && time <= UPPER_DOSTIME_BOUND) { in setTime()
178 public static final long UPPER_DOSTIME_BOUND = 4036608000000L; // 0x3abd8960000L field in ZipEntry
174 public static final long UPPER_DOSTIME_BOUND = 4036608000000L; // 0x3abd8960000L field in ZipEntry
360 final long timestampWithinDostimeBound = ZipEntry.UPPER_DOSTIME_BOUND; in test_exttSupport()362 final long timestampBeyondDostimeBound = ZipEntry.UPPER_DOSTIME_BOUND + 2000; in test_exttSupport()