Home
last modified time | relevance | path

Searched refs:getEntryByName (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/zipalign/
DZipFile.h151 ZipEntry* getEntryByName(const char* fileName) const;
DZipFile.cpp148 ZipEntry* ZipFile::getEntryByName(const char* fileName) const in getEntryByName() function in android::ZipFile
389 if (getEntryByName(storageName) != NULL) in addCommon()