MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / getNumEntries

Method getNumEntries

tools/aapt/ZipFile.h:165–165  ·  view source on GitHub ↗

* Get the Nth entry in the archive. * * This will return an entry that is pending deletion. */

Source from the content-addressed store, hash-verified

163 * This will return an entry that is pending deletion.
164 */
165 int getNumEntries(void) const { return mEntries.size(); }
166 ZipEntry* getEntryByIndex(int idx) const;
167
168private:

Callers 7

doListFunction · 0.45
slurpResourceZipMethod · 0.45
writeAPKFunction · 0.45
processJarFileFunction · 0.45
iterateOverNativeFilesFunction · 0.45
movieMethod · 0.45
scanAndMergeZipLockedMethod · 0.45

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected