Searched refs:MemoryMappedFile_Delegate (Results 1 – 2 of 2) sorted by relevance
37 public class MemoryMappedFile_Delegate { class39 private static final DelegateManager<MemoryMappedFile_Delegate> sManager = new40 DelegateManager<MemoryMappedFile_Delegate>(MemoryMappedFile_Delegate.class);70 MemoryMappedFile_Delegate newDelegate = new MemoryMappedFile_Delegate(file); in mmapRO()95 MemoryMappedFile_Delegate delegate = getDelegate(file); in bigEndianIterator()101 public MemoryMappedFile_Delegate(RandomAccessFile file) throws IOException { in MemoryMappedFile_Delegate() method in MemoryMappedFile_Delegate113 private static MemoryMappedFile_Delegate getDelegate(MemoryMappedFile file) { in getDelegate()
61 import libcore.io.MemoryMappedFile_Delegate;248 MemoryMappedFile_Delegate.setDataDir(fontLocation.getAbsoluteFile().getParentFile()); in init()