Searched defs:modWhen (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DZipFile.cpp367 time_t modWhen; local
500 modWhen = getModTime(inputFp ? fileno(inputFp) : fileno(mZipFp));
501 pEntry->setModWhen(modWhen);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1863 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) argument
1864 : mPath(path), mZipFile(NULL), mModWhen(modWhen),
1879 time_t modWhen = getFileModDate(path); local
1881 if (zip != NULL && zip->mModWhen == modWhen) {
1887 zip = new SharedZip(path, modWhen);
1941 time_t modWhen = getFileModDate(mPath.string()); local
1942 return mModWhen == modWhen;

Completed in 47 milliseconds