Searched refs:directoryEntry (Results 1 – 1 of 1) sorted by relevance
286 private FileUseMapEntry<CentralDirectory> directoryEntry; field in ZFile606 if (directoryEntry != null) { in readData()607 CentralDirectory directory = directoryEntry.getStore(); in readData()682 directoryStartOffset = directoryEntry.getStart(); in readData()824 Preconditions.checkState(directoryEntry == null, "directoryEntry != null"); in readCentralDirectory()864 directoryEntry = map.add( in readCentralDirectory()1158 hasCentralDirectory = (directoryEntry != null); in update()1169 } while (hasCentralDirectory && directoryEntry == null); in update()1301 if (directoryEntry != null) { in deleteDirectoryAndEocd()1302 map.remove(directoryEntry); in deleteDirectoryAndEocd()[all …]