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/utils/
H A DAssetManager.cpp1538 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) argument
1539 : mPath(path), mZipFile(NULL), mModWhen(modWhen),
1555 time_t modWhen = getFileModDate(path); local
1557 if (zip != NULL && zip->mModWhen == modWhen) {
1560 zip = new SharedZip(path, modWhen);
1614 time_t modWhen = getFileModDate(mPath.string()); local
1615 return mModWhen == modWhen;

Completed in 229 milliseconds