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

/frameworks/base/include/androidfw/
H A DAssetManager.h315 SharedZip(const String8& path, time_t modWhen);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1856 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) argument
1857 : mPath(path), mZipFile(NULL), mModWhen(modWhen),
1874 time_t modWhen = getFileModDate(path); local
1876 if (zip != NULL && zip->mModWhen == modWhen) {
1882 zip = new SharedZip(path, modWhen);
1936 time_t modWhen = getFileModDate(mPath.string()); local
1937 return mModWhen == modWhen;
/frameworks/base/tools/aapt/
H A DZipFile.cpp367 time_t modWhen = 0; local
500 pEntry->setModWhen(modWhen);

Completed in 471 milliseconds