Home
last modified time | relevance | path

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

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