Home | History | Annotate | Download | only in aapt

Lines Matching refs:assets

4 // Build resource files from raw assets.
888 status_t XMLNode::parseValues(const sp<AaptAssets>& assets,
895 String16 defPackage(assets->getPackage());
901 if (!assets->getIncludedResources()
914 status_t err = mChildren.itemAt(i)->parseValues(assets, table);
922 status_t XMLNode::assignResourceIds(const sp<AaptAssets>& assets,
935 String16 pkg(getNamespaceResourcePackage(String16(assets->getPackage()), e.ns, &nsIsPublic));
946 : assets->getIncludedResources().
964 status_t err = mChildren.itemAt(i)->assignResourceIds(assets, table);