Searched refs:last_mod_time (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | ApkAssets.cpp | 46 time_t last_mod_time, in ApkAssets() argument 50 last_mod_time_(last_mod_time), in ApkAssets() 468 const time_t last_mod_time = getFileModDate(path.c_str()); in LoadImpl() local 479 loaded_apk(new ApkAssets(std::move(assets), path, last_mod_time, property_flags)); in LoadImpl() 519 const time_t last_mod_time = getFileModDate(path.c_str()); in LoadTableImpl() local 525 new ApkAssets(std::move(assets), path, last_mod_time, property_flags)); in LoadTableImpl()
|
D | Idmap.cpp | 197 const time_t last_mod_time, in LoadedIdmap() argument 209 idmap_last_mod_time_(last_mod_time) { in LoadedIdmap()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | Idmap.h | 199 time_t last_mod_time,
|
D | ApkAssets.h | 183 time_t last_mod_time,
|