Searched refs:modWhen (Results 1 – 3 of 3) sorted by relevance
1779 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) in SharedZip() argument1780 : mPath(path), mZipFile(NULL), mModWhen(modWhen), in SharedZip()1796 time_t modWhen = getFileModDate(path); in get() local1798 if (zip != NULL && zip->mModWhen == modWhen) { in get()1801 zip = new SharedZip(path, modWhen); in get()1855 time_t modWhen = getFileModDate(mPath.string()); in isUpToDate() local1856 return mModWhen == modWhen; in isUpToDate()
295 SharedZip(const String8& path, time_t modWhen);
367 time_t modWhen; in addCommon() local500 modWhen = getModTime(inputFp ? fileno(inputFp) : fileno(mZipFp)); in addCommon()501 pEntry->setModWhen(modWhen); in addCommon()