Searched refs:getEntryFileName (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/include/androidfw/ |
D | ZipFileRO.h | 116 int getEntryFileName(ZipEntryRO entry, char* buffer, size_t bufLen) const;
|
/frameworks/base/core/jni/ |
D | com_android_internal_content_NativeLibraryHelper.cpp | 336 if (mZipFile->getEntryFileName(next, fileName, sizeof(fileName))) { in next() 534 if (zipFile->getEntryFileName(next, fileName, sizeof(fileName))) { in com_android_internal_content_NativeLibraryHelper_hasRenderscriptBitcode()
|
/frameworks/base/libs/androidfw/ |
D | ZipFileRO.cpp | 178 int ZipFileRO::getEntryFileName(ZipEntryRO entry, char* buffer, size_t bufLen) in getEntryFileName() function in ZipFileRO
|
D | AssetManager.cpp | 1557 if (pZip->getEntryFileName(entry, nameBuf, sizeof(nameBuf)) != 0) { in scanAndMergeZipLocked()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 521 const int foundEntryName = mZip->getEntryFileName(entry, name, ANIM_ENTRY_NAME_MAX); in movie()
|