Home
last modified time | relevance | path

Searched refs:FileMap (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tools/aapt2/io/
DData.h96 explicit MmappedData(android::FileMap&& map) : map_(std::forward<android::FileMap>(map)) {} in MmappedData()
135 android::FileMap map_;
DFileSystem.cpp42 android::FileMap map; in OpenAsData()
43 if (std::optional<android::FileMap> map = file::MmapPath(source_.path, nullptr)) { in OpenAsData()
DZipArchive.cpp44 android::FileMap file_map; in OpenAsData()
/frameworks/base/cmds/bootanimation/
DBootAnimation.h58 FileMap* map = nullptr;
67 FileMap* map = nullptr;
180 status_t initTexture(FileMap* map, int* width, int* height,
DBootAnimation.cpp348 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()
/frameworks/av/drm/common/include/
DReadWriteUtils.h73 FileMap* mFileMap;
/frameworks/base/libs/androidfw/
DZipFileRO.cpp236 FileMap* ZipFileRO::createEntryFileMap(ZipEntryRO entry) const in createEntryFileMap()
249 FileMap* newMap = new FileMap(); in createEntryFileMap()
/frameworks/compile/libbcc/lib/
DFileBase.h26 class FileMap; variable
/frameworks/base/libs/androidfw/include/androidfw/
DZipFileRO.h162 FileMap* createEntryFileMap(ZipEntryRO entry) const;
/frameworks/base/tools/aapt2/util/
DFiles.cpp40 using ::android::FileMap;
211 std::optional<FileMap> MmapPath(const std::string& path, std::string* out_error) { in MmapPath()
229 FileMap filemap; in MmapPath()
DFiles.h85 std::optional<android::FileMap> MmapPath(const std::string& path, std::string* out_error);