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

/frameworks/base/tools/aapt/
H A DZipFile.cpp367 time_t modWhen = 0; local
500 pEntry->setModWhen(modWhen);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1363 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) argument
1364 : mPath(path), mZipFile(NULL), mModWhen(modWhen),
1381 time_t modWhen = getFileModDate(path); local
1383 if (zip != NULL && zip->mModWhen == modWhen) {
1389 zip = new SharedZip(path, modWhen);
1444 time_t modWhen = getFileModDate(mPath.string()); local
1445 return mModWhen == modWhen;

Completed in 183 milliseconds