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

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1420 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) argument
1421 : mPath(path), mZipFile(NULL), mModWhen(modWhen),
1453 time_t modWhen = getFileModDate(path); local
1455 if (zip != NULL && zip->mModWhen == modWhen) {
1461 zip = new SharedZip(path, modWhen);
1520 time_t modWhen = getFileModDate(mPath.string()); local
1521 return mModWhen == modWhen;
/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h280 SharedZip(const String8& path, time_t modWhen);
/frameworks/base/tools/aapt/
H A DZipFile.cpp367 time_t modWhen = 0; local
500 pEntry->setModWhen(modWhen);

Completed in 50 milliseconds