Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager.cpp1856 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) in SharedZip() argument
1857 : mPath(path), mZipFile(NULL), mModWhen(modWhen), in SharedZip()
1874 time_t modWhen = getFileModDate(path); in get() local
1876 if (zip != NULL && zip->mModWhen == modWhen) { in get()
1882 zip = new SharedZip(path, modWhen); in get()
1936 time_t modWhen = getFileModDate(mPath.string()); in isUpToDate() local
1937 return mModWhen == modWhen; in isUpToDate()
/frameworks/base/include/androidfw/
DAssetManager.h315 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()