Lines Matching refs:assets
4 // Build resource files from raw assets.
889 status_t XMLNode::parseValues(const sp<AaptAssets>& assets,
896 String16 defPackage(assets->getPackage());
902 if (!assets->getIncludedResources()
915 status_t err = mChildren.itemAt(i)->parseValues(assets, table);
923 status_t XMLNode::assignResourceIds(const sp<AaptAssets>& assets,
936 String16 pkg(getNamespaceResourcePackage(String16(assets->getPackage()), e.ns, &nsIsPublic));
947 : assets->getIncludedResources().
965 status_t err = mChildren.itemAt(i)->assignResourceIds(assets, table);