Home | History | Annotate | Download | only in androidfw

Lines Matching refs:modWhen

1812 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen)
1813 : mPath(path), mZipFile(NULL), mModWhen(modWhen),
1829 time_t modWhen = getFileModDate(path);
1831 if (zip != NULL && zip->mModWhen == modWhen) {
1834 zip = new SharedZip(path, modWhen);
1888 time_t modWhen = getFileModDate(mPath.string());
1889 return mModWhen == modWhen;