Home | History | Annotate | Download | only in androidfw

Lines Matching refs:mCache

969             if (mCache.indexOf(excludeName) != NAME_NOT_FOUND) {
979 if (mCache.indexOf(path) != NAME_NOT_FOUND) {
1330 start = mCache.indexOf(path);
1344 count = mCache.size();
1352 if (mCache[i].getFileName().length() > path.length() &&
1353 strncmp(mCache[i].getFileName().string(), path.string(), path.length()) == 0)
1355 const char* name = mCache[i].getFileName().string();
1360 AssetDir::FileInfo tmp = mCache[i];
1721 * to mCache, and anybody who tries to use it will call here if !mCacheValid,
1727 assert(mCache.size() == 0);
1734 fncScanLocked(&mCache, "");
1744 printf("CACHED FILE LIST (%d entries):\n", mCache.size());
1745 for (i = 0; i < (int) mCache.size(); i++) {
1747 mCache.itemAt(i).getFileType(),
1748 (const char*) mCache.itemAt(i).getFileName());
1850 mCache.clear();