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

/frameworks/base/include/androidfw/
H A DAssetManager.h311 SharedZip(const String8& path, time_t modWhen);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1877 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) argument
1878 : mPath(path), mZipFile(NULL), mModWhen(modWhen),
1895 time_t modWhen = getFileModDate(path); local
1897 if (zip != NULL && zip->mModWhen == modWhen) {
1903 zip = new SharedZip(path, modWhen);
1957 time_t modWhen = getFileModDate(mPath.string()); local
1958 return mModWhen == modWhen;
/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/tools/aapt2/
H A DZipFile.cpp376 time_t modWhen; local
509 modWhen = getModTime(inputFp ? fileno(inputFp) : fileno(mZipFp));
510 pEntry->setModWhen(modWhen);

Completed in 132 milliseconds