Lines Matching refs:modWhen
1856 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen)
1857 : mPath(path), mZipFile(NULL), mModWhen(modWhen),
1874 time_t modWhen = getFileModDate(path);
1876 if (zip != NULL && zip->mModWhen == modWhen) {
1882 zip = new SharedZip(path, modWhen);
1936 time_t modWhen = getFileModDate(mPath.string());
1937 return mModWhen == modWhen;