Searched refs:modWhen (Results 1 – 3 of 3) sorted by relevance
1856 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) in SharedZip() argument1857 : mPath(path), mZipFile(NULL), mModWhen(modWhen), in SharedZip()1874 time_t modWhen = getFileModDate(path); in get() local1876 if (zip != NULL && zip->mModWhen == modWhen) { in get()1882 zip = new SharedZip(path, modWhen); in get()1936 time_t modWhen = getFileModDate(mPath.string()); in isUpToDate() local1937 return mModWhen == modWhen; in isUpToDate()
315 SharedZip(const String8& path, time_t modWhen);
367 time_t modWhen = 0; in addCommon() local500 pEntry->setModWhen(modWhen); in addCommon()