Home | History | Annotate | Download | only in androidfw

Lines Matching defs:isUpToDate

774 bool AssetManager::isUpToDate()
777 return mZipSet.isUpToDate();
1885 bool AssetManager::SharedZip::isUpToDate()
2003 bool AssetManager::ZipSet::isUpToDate()
2007 if (mZipFile[i] != NULL && !mZipFile[i]->isUpToDate()) {