Home
last modified time | relevance | path

Searched refs:last_mod_time (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
DApkAssets.cpp45 time_t last_mod_time) in ApkAssets() argument
46 : zip_handle_(unmanaged_handle, ::CloseArchive), path_(path), last_mod_time_(last_mod_time) { in ApkAssets()
125 time_t last_mod_time = getFileModDate(path.c_str()); in LoadImpl() local
128 std::unique_ptr<ApkAssets> loaded_apk(new ApkAssets(unmanaged_handle, path, last_mod_time)); in LoadImpl()
/frameworks/base/libs/androidfw/include/androidfw/
DApkAssets.h100 ApkAssets(ZipArchiveHandle unmanaged_handle, const std::string& path, time_t last_mod_time);