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

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

Completed in 239 milliseconds