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

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1182 void *iterationCookie; local
1183 if (!pZip->startIteration(&iterationCookie, dirName.string(), NULL)) {
1189 while ((entry = pZip->nextEntry(iterationCookie)) != NULL) {
1239 pZip->endIteration(iterationCookie);

Completed in 195 milliseconds