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

/frameworks/base/include/androidfw/
H A DZipFileRO.h114 int getEntryFileName(ZipEntryRO entry, char* buffer, int bufLen) const;
/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp173 int ZipFileRO::getEntryFileName(ZipEntryRO entry, char* buffer, int bufLen) function in class:ZipFileRO
H A DAssetManager.cpp1543 if (pZip->getEntryFileName(entry, nameBuf, sizeof(nameBuf)) != 0) {
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp309 if (mZipFile->getEntryFileName(next, fileName, sizeof(fileName))) {
511 if (zipFile->getEntryFileName(next, fileName, sizeof(fileName))) {
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp520 const int foundEntryName = mZip->getEntryFileName(entry, name, ANIM_ENTRY_NAME_MAX);

Completed in 1250 milliseconds