Home
last modified time | relevance | path

Searched refs:getEntryFileName (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DZipFileRO.h126 int getEntryFileName(ZipEntryRO entry, char* buffer, size_t bufLen) const;
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp303 if (mZipFile->getEntryFileName(next, fileName, sizeof(fileName))) { in next()
475 if (zipFile->getEntryFileName(next, fileName, sizeof(fileName))) { in com_android_internal_content_NativeLibraryHelper_hasRenderscriptBitcode()
/aosp14/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp193 int ZipFileRO::getEntryFileName(ZipEntryRO entry, char* buffer, size_t bufLen) in getEntryFileName() function in ZipFileRO
H A DAssetManager.cpp1252 if (pZip->getEntryFileName(entry, nameBuf, sizeof(nameBuf)) != 0) { in scanAndMergeZipLocked()
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1266 const int foundEntryName = zip->getEntryFileName(entry, name, ANIM_ENTRY_NAME_MAX); in preloadZip()