Searched refs:modWhen (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/include/androidfw/
H A DAssetManager.h295 SharedZip(const String8& path, time_t modWhen);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1779 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) argument
1780 : mPath(path), mZipFile(NULL), mModWhen(modWhen),
1796 time_t modWhen = getFileModDate(path); local
1798 if (zip != NULL && zip->mModWhen == modWhen) {
1801 zip = new SharedZip(path, modWhen);
1855 time_t modWhen = getFileModDate(mPath.string()); local
1856 return mModWhen == modWhen;
/frameworks/base/tools/aapt/
H A DZipFile.cpp367 time_t modWhen; local
500 modWhen = getModTime(inputFp ? fileno(inputFp) : fileno(mZipFp));
501 pEntry->setModWhen(modWhen);

Completed in 293 milliseconds