Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp1428 int attribute_dest_package_id = p; in SetTo() local
1429 if (attribute_dest_package_id != 0x01) { in SetTo()
1444 attribute_dest_package_id); in SetTo()
1448 attribute_dest_package_id = attribute_dest_package->second; in SetTo()
1452 std::unique_ptr<Package>& dest_package = packages_[attribute_dest_package_id]; in SetTo()