Home | History | Annotate | Download | only in androidfw

Lines Matching defs:isUpToDate

812 bool AssetManager::isUpToDate()
815 return mZipSet.isUpToDate();
1939 bool AssetManager::SharedZip::isUpToDate()
2071 bool AssetManager::ZipSet::isUpToDate()
2075 if (mZipFile[i] != NULL && !mZipFile[i]->isUpToDate()) {