Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/libidmap2/
DPrettyPrintVisitor.cpp52 const bool target_package_loaded = !target_am_.GetApkAssets().empty(); in visit()
DRawPrintVisitor.cpp62 const bool target_package_loaded = !target_am_.GetApkAssets().empty(); in visit()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h111 inline const std::vector<const ApkAssets*> GetApkAssets() const { in GetApkAssets() function
/frameworks/base/tools/aapt2/process/
DSymbolTable.cpp267 if (am.GetApkAssets().empty()) { in LookupAttributeInTable()
/frameworks/base/libs/androidfw/
DAssetManager2.cpp1321 std::vector<const ApkAssets*> src_assets = o.asset_manager_->GetApkAssets(); in SetTo()
1325 std::vector<const ApkAssets*> dest_assets = asset_manager_->GetApkAssets(); in SetTo()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp848 const ApkAssets* apk_assets = assetmanager->GetApkAssets()[cookie]; in NativeGetResourceStringArray()