Searched refs:FileMap (Results 1 – 11 of 11) sorted by relevance
96 explicit MmappedData(android::FileMap&& map) : map_(std::forward<android::FileMap>(map)) {} in MmappedData()135 android::FileMap map_;
42 android::FileMap map; in OpenAsData()43 if (std::optional<android::FileMap> map = file::MmapPath(source_.path, nullptr)) { in OpenAsData()
44 android::FileMap file_map; in OpenAsData()
58 FileMap* map = nullptr;67 FileMap* map = nullptr;180 status_t initTexture(FileMap* map, int* width, int* height,
348 status_t BootAnimation::initTexture(FileMap* map, int* width, int* height, in initTexture()1041 FileMap* entryMap = zip->createEntryFileMap(entry); in readFile()1319 FileMap* map = zip->createEntryFileMap(entry); in preloadZip()1327 FileMap* map = zip->createEntryFileMap(entry); in preloadZip()1341 FileMap* map = zip->createEntryFileMap(entry); in preloadZip()
73 FileMap* mFileMap;
236 FileMap* ZipFileRO::createEntryFileMap(ZipEntryRO entry) const in createEntryFileMap()249 FileMap* newMap = new FileMap(); in createEntryFileMap()
26 class FileMap; variable
162 FileMap* createEntryFileMap(ZipEntryRO entry) const;
40 using ::android::FileMap;211 std::optional<FileMap> MmapPath(const std::string& path, std::string* out_error) { in MmapPath()229 FileMap filemap; in MmapPath()
85 std::optional<android::FileMap> MmapPath(const std::string& path, std::string* out_error);