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.cpp1659 int attribute_dest_package_id = p; in SetTo() local
1660 if (attribute_dest_package_id != 0x01) { in SetTo()
1675 attribute_dest_package_id); in SetTo()
1679 attribute_dest_package_id = attribute_dest_package->second; in SetTo()
1683 std::unique_ptr<Package>& dest_package = packages_[attribute_dest_package_id]; in SetTo()