Searched refs:DOSTIME_BEFORE_1980 (Results 1 – 3 of 3) sorted by relevance
82 static final long DOSTIME_BEFORE_1980 = (1 << 21) | (1 << 16); field in ZipEntry212 if (this.xdostime != DOSTIME_BEFORE_1980 && time <= UPPER_DOSTIME_BOUND) { in setTime()275 this.xdostime = DOSTIME_BEFORE_1980; in setTimeLocal()286 if (xdostime != DOSTIME_BEFORE_1980 && year <= 0x7f) { in setTimeLocal()
156 return ZipEntry.DOSTIME_BEFORE_1980; in javaToExtendedDosTime()
170 static final long DOSTIME_BEFORE_1980 = 2162688L; // 0x210000L field in ZipEntry