Searched refs:destEntry (Results 1 – 2 of 2) sorted by relevance
51 ZipEntry destEntry = new ZipEntry(filename); in getZipEntry() local52 destEntry.setTime(0L); // Use stable timestamp Jan 1 1980 in getZipEntry()53 return destEntry; in getZipEntry()
517 DirectoryEntry destEntry = destView.lookUp(dest, Options.NOFOLLOW_LINKS); in copy() local522 Directory destParent = destEntry.directory(); in copy()535 if (destEntry.exists()) { in copy()536 if (destEntry.file().equals(sourceFile)) { in copy()539 destView.delete(destEntry, DeleteMode.ANY, dest); in copy()