HomeSort by relevance Sort by last modified time
    Searched defs:mappedFile (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 124 MemoryMappedFile mappedFile = null;
126 mappedFile = MemoryMappedFile.mmapRO(INDEX_FILE_NAME);
127 readIndex(mappedFile);
131 IoUtils.closeQuietly(mappedFile);
135 private static void readIndex(MemoryMappedFile mappedFile) throws ErrnoException, IOException {
136 BufferIterator it = mappedFile.bigEndianIterator();
144 int numEntries = (int) mappedFile.size() / (SIZEOF_TZNAME + 3*SIZEOF_TZINT);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 619 milliseconds