Home | History | Annotate | Download | only in utils

Lines Matching defs:idx

1665 void AssetManager::ZipSet::closeZip(int idx)
1667 mZipFile.editItemAt(idx) = NULL;
1676 int idx = getIndex(path);
1677 sp<SharedZip> zip = mZipFile[idx];
1680 mZipFile.editItemAt(idx) = zip;
1687 int idx = getIndex(path);
1688 sp<SharedZip> zip = mZipFile[idx];
1691 mZipFile.editItemAt(idx) = zip;
1699 int idx = getIndex(path);
1700 sp<SharedZip> zip = mZipFile[idx];
1707 int idx = getIndex(path);
1708 sp<SharedZip> zip = mZipFile[idx];
1711 mZipFile.editItemAt(idx) = zip;
1719 int idx = getIndex(path);
1720 sp<SharedZip> zip = mZipFile[idx];