Home | History | Annotate | Download | only in androidfw

Lines Matching refs:idx

1900 void AssetManager::ZipSet::closeZip(int idx)
1902 mZipFile.editItemAt(idx) = NULL;
1911 int idx = getIndex(path);
1912 sp<SharedZip> zip = mZipFile[idx];
1915 mZipFile.editItemAt(idx) = zip;
1922 int idx = getIndex(path);
1923 sp<SharedZip> zip = mZipFile[idx];
1926 mZipFile.editItemAt(idx) = zip;
1934 int idx = getIndex(path);
1935 sp<SharedZip> zip = mZipFile[idx];
1942 int idx = getIndex(path);
1943 sp<SharedZip> zip = mZipFile[idx];
1946 mZipFile.editItemAt(idx) = zip;
1954 int idx = getIndex(path);
1955 sp<SharedZip> zip = mZipFile[idx];