Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp149 std::vector<const ApkAssets*> sorted_apk_assets; in BuildDynamicRefTable() local
150 sorted_apk_assets.reserve(apk_assets.size()); in BuildDynamicRefTable()
152 sorted_apk_assets.push_back(asset.get()); in BuildDynamicRefTable()
154 std::stable_partition(sorted_apk_assets.begin(), sorted_apk_assets.end(), in BuildDynamicRefTable()
166 for (const ApkAssets* apk_assets : sorted_apk_assets) { in BuildDynamicRefTable()