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.cpp1797 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) argument
1798 : mPath(path), mZipFile(NULL), mModWhen(modWhen),
1814 time_t modWhen = getFileModDate(path); local
1816 if (zip != NULL && zip->mModWhen == modWhen) {
1819 zip = new SharedZip(path, modWhen);
1873 time_t modWhen = getFileModDate(mPath.string()); local
1874 return mModWhen == modWhen;

Completed in 81 milliseconds