Home
last modified time | relevance | path

Searched refs:actualZoneName (Results 1 – 1 of 1) sorted by relevance

/system/timezone/zone_compactor/main/java/
DZoneCompactor.java151 String actualZoneName = zoneName; in ZoneCompactor() local
152 while (links.get(actualZoneName) != null) { in ZoneCompactor()
153 actualZoneName = links.get(actualZoneName); in ZoneCompactor()
157 f.writeInt(offsets.get(actualZoneName)); in ZoneCompactor()
158 f.writeInt(lengths.get(actualZoneName)); in ZoneCompactor()