Home | History | Annotate | Download | only in utils

Lines Matching refs:FileMap

283     mDirectoryMap = new FileMap();
636 * Create a new FileMap object that spans the data in "entry".
638 FileMap* ZipFileRO::createEntryFileMap(ZipEntryRO entry) const
641 * TODO: the efficient way to do this is to modify FileMap to allow
647 FileMap* newMap;
654 newMap = new FileMap();
684 FileMap* file = createEntryFileMap(entry);
705 file->advise(FileMap::SEQUENTIAL);
715 file->advise(FileMap::NORMAL);
744 FileMap* file = createEntryFileMap(entry);