Searched refs:FileMap (Results 1 – 11 of 11) sorted by relevance
97 explicit MmappedData(android::FileMap&& map) : map_(std::forward<android::FileMap>(map)) {} in MmappedData()136 android::FileMap map_;
40 android::FileMap map; in OpenAsData()41 if (Maybe<android::FileMap> map = file::MmapPath(source_.path, nullptr)) { in OpenAsData()
45 android::FileMap file_map; in OpenAsData()
56 FileMap* map;65 FileMap* map;167 status_t initTexture(FileMap* map, int* width, int* height);
249 status_t BootAnimation::initTexture(FileMap* map, int* width, int* height) { in initTexture()777 FileMap* entryMap = zip->createEntryFileMap(entry); in readFile()1043 FileMap* map = zip->createEntryFileMap(entry); in preloadZip()1051 FileMap* map = zip->createEntryFileMap(entry); in preloadZip()1064 FileMap* map = zip->createEntryFileMap(entry); in preloadZip()
213 FileMap* ZipFileRO::createEntryFileMap(ZipEntryRO entry) const in createEntryFileMap()226 FileMap* newMap = new FileMap(); in createEntryFileMap()
73 FileMap* mFileMap;
26 class FileMap; variable
149 FileMap* createEntryFileMap(ZipEntryRO entry) const;
40 using ::android::FileMap;211 Maybe<FileMap> MmapPath(const std::string& path, std::string* out_error) { in MmapPath()229 FileMap filemap; in MmapPath()
84 Maybe<android::FileMap> MmapPath(const std::string& path, std::string* out_error);