summaryrefslogtreecommitdiff
path: root/libs/androidfw/Asset.cpp
AgeCommit message (Expand)Author
2024-02-12No need to std::move local variable to return value Daniel Zhang
2021-05-27Verify presence of _FileAsset::getBuffer data Ryan Mitchell
2020-11-17Revert^2 "libandroidfw hardening for IncFs" Ryan Mitchell
2020-11-13Revert "libandroidfw hardening for IncFs" Ryan Mitchell
2020-11-12libandroidfw hardening for IncFs Ryan Mitchell
2020-03-19Refactor ApkAsset loading APIs Ryan Mitchell
2019-10-10Add ResourceLoader API with .apk and .arsc support Winson
2019-04-03Fix remaining pointer leaks in Asset.cpp Winson
2019-03-18Delete pAsset* when failing to open chunk from FileAsset Winson
2018-02-23Don't use cutils/Atomic.h Steven Moreland
2017-02-15AssetManager2: Various fixes Adam Lesinski
2016-10-17Fix race with Asset destruction and printing allocation stats Adam Lesinski
2016-03-02Cleanup uses of sprintf so we can deprecate it. George Burgess IV
2015-06-17ZipFileRO: Use precise widths for zip file types. Narayan Kamath
2015-02-23Track removal of refcounts from FileMap. Narayan Kamath
2014-11-07Frameworks/base: Wall Werror in libs/androidfw Andreas Gampe
2014-03-19androidfw: resolve 64-bit build issues Mark Salyzyn
2013-12-09Reimplement ZipFileRO in terms of libziparchive. Narayan Kamath
2013-05-07libutils clean-up Mathias Agopian
2012-03-22frameworks/base: move Zip* from libandroidfw to libutils Colin Cross
2012-02-20frameworks/base refactoring Mathias Agopian