Searched refs:getEntryFileName (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ZipFileRO.h | 126 int getEntryFileName(ZipEntryRO entry, char* buffer, size_t bufLen) const;
|
/aosp14/frameworks/base/core/jni/ |
H A D | com_android_internal_content_NativeLibraryHelper.cpp | 303 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 D | ZipFileRO.cpp | 193 int ZipFileRO::getEntryFileName(ZipEntryRO entry, char* buffer, size_t bufLen) in getEntryFileName() function in ZipFileRO
|
H A D | AssetManager.cpp | 1252 if (pZip->getEntryFileName(entry, nameBuf, sizeof(nameBuf)) != 0) { in scanAndMergeZipLocked()
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 1266 const int foundEntryName = zip->getEntryFileName(entry, name, ANIM_ENTRY_NAME_MAX); in preloadZip()
|