Home | History | Annotate | Download | only in androidfw

Lines Matching refs:isUpToDate

809 bool AssetManager::isUpToDate()
812 return mZipSet.isUpToDate();
1934 bool AssetManager::SharedZip::isUpToDate()
2068 bool AssetManager::ZipSet::isUpToDate()
2072 if (mZipFile[i] != NULL && !mZipFile[i]->isUpToDate()) {