Home
last modified time | relevance | path

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

/system/timezone/debug_tools/host/main/java/
DZoneSplitter.java151 int entryCount = indexSize / SIZEOF_INDEX_ENTRY; in extractZicFiles() local
152 int[] byteOffsets = new int[entryCount]; in extractZicFiles()
153 int[] lengths = new int[entryCount]; in extractZicFiles()
154 String[] ids = new String[entryCount]; in extractZicFiles()
156 for (int i = 0; i < entryCount; i++) { in extractZicFiles()
188 for (int i = 0; i < entryCount; i++) { in extractZicFiles()