Home
last modified time | relevance | path

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

/aosp12/build/make/tools/zipalign/
H A DZipFile.h151 ZipEntry* getEntryByName(const char* fileName) const;
H A DZipFile.cpp148 ZipEntry* ZipFile::getEntryByName(const char* fileName) const in getEntryByName() function in android::ZipFile
389 if (getEntryByName(storageName) != NULL) in addCommon()
/aosp12/frameworks/base/tools/aapt/
H A DZipFile.h157 ZipEntry* getEntryByName(const char* fileName) const;
H A DZipFile.cpp146 ZipEntry* ZipFile::getEntryByName(const char* fileName) const in getEntryByName() function in ZipFile
380 if (getEntryByName(storageName) != NULL) in addCommon()
H A DPackage.cpp282 entry = zip->getEntryByName(storageName.string()); in processFile()
H A DCommand.cpp2539 entry = zip->getEntryByName(fileName); in doRemove()