Searched refs:modWhen (Results 1 – 3 of 3) sorted by relevance
1423 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) in SharedZip() argument1424 : mPath(path), mZipFile(NULL), mModWhen(modWhen), in SharedZip()1456 time_t modWhen = getFileModDate(path); in get() local1458 if (zip != NULL && zip->mModWhen == modWhen) { in get()1464 zip = new SharedZip(path, modWhen); in get()1523 time_t modWhen = getFileModDate(mPath.string()); in isUpToDate() local1524 return mModWhen == modWhen; in isUpToDate()
283 SharedZip(const String8& path, time_t modWhen);
367 time_t modWhen = 0; in addCommon() local500 pEntry->setModWhen(modWhen); in addCommon()