Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager.cpp1423 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) in SharedZip() argument
1424 : mPath(path), mZipFile(NULL), mModWhen(modWhen), in SharedZip()
1456 time_t modWhen = getFileModDate(path); in get() local
1458 if (zip != NULL && zip->mModWhen == modWhen) { in get()
1464 zip = new SharedZip(path, modWhen); in get()
1523 time_t modWhen = getFileModDate(mPath.string()); in isUpToDate() local
1524 return mModWhen == modWhen; in isUpToDate()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager.h283 SharedZip(const String8& path, time_t modWhen);
/frameworks/base/tools/aapt/
DZipFile.cpp367 time_t modWhen = 0; in addCommon() local
500 pEntry->setModWhen(modWhen); in addCommon()