Searched refs:mappedFile (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
H A DZoneInfoDB.java57 private MemoryMappedFile mappedFile; field in class:ZoneInfoDB.TzData
90 mappedFile = MemoryMappedFile.mmapRO(path);
110 BufferIterator it = mappedFile.bigEndianIterator();
125 readZoneTab(it, zonetab_offset, (int) mappedFile.size() - zonetab_offset);
216 BufferIterator it = mappedFile.bigEndianIterator();

Completed in 59 milliseconds