HomeSort by relevance Sort by last modified time
    Searched refs:createEntryFileMap (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/androidfw/include/androidfw/
ZipFileRO.h 143 FileMap* createEntryFileMap(ZipEntryRO entry) const;
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 216 FileMap* ZipFileRO::createEntryFileMap(ZipEntryRO entry) const
AssetManager.cpp 932 FileMap* dataMap = pZipFile->createEntryFileMap(entry);
    [all...]
  /frameworks/base/cmds/idmap/
scan.cpp 207 FileMap *dataMap = zip->createEntryFileMap(entry);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 515 FileMap* entryMap = zip->createEntryFileMap(entry);
721 FileMap* map = zip->createEntryFileMap(entry);
734 FileMap* map = zip->createEntryFileMap(entry);
    [all...]

Completed in 251 milliseconds