Lines Matching refs:resourceName
41 const String16& resourceName, in compileXmlFile() argument
51 return compileXmlFile(bundle, assets, resourceName, root, target, table, options); in compileXmlFile()
56 const String16& resourceName, in compileXmlFile() argument
67 return compileXmlFile(bundle, assets, resourceName, root, outTarget, table, options); in compileXmlFile()
72 const String16& resourceName, in compileXmlFile() argument
78 if (table->versionForCompat(bundle, resourceName, target, root)) { in compileXmlFile()
99 if (table->processBundleFormat(bundle, resourceName, target, root) != NO_ERROR) { in compileXmlFile()
122 if (table->modifyForCompat(bundle, resourceName, target, root) != NO_ERROR) { in compileXmlFile()
4769 bool ResourceTable::versionForCompat(const Bundle* bundle, const String16& resourceName, in versionForCompat() argument
4799 String16(target->getResourceType()), resourceName); in versionForCompat()
4814 String8(resourceName).string()); in versionForCompat()
4821 resourceName, in versionForCompat()
4828 item.resourceName = resourceName; in versionForCompat()
4840 const String16& resourceName, in modifyForCompat() argument
4929 String16(target->getResourceType()), resourceName); in modifyForCompat()
4938 String8(resourceName).string()); in modifyForCompat()
4948 String8(resourceName).string(), in modifyForCompat()
4955 resourceName, in modifyForCompat()
4962 item.resourceName = resourceName; in modifyForCompat()
5076 const String16& resourceName, in processBundleFormat() argument
5083 return processBundleFormatImpl(bundle, resourceName, target, root, &namespaces); in processBundleFormat()
5087 const String16& resourceName, in processBundleFormatImpl() argument
5108 status_t result = processBundleFormatImpl(bundle, resourceName, target, child, in processBundleFormatImpl()
5168 String8(resourceName).string(), suffix++); in processBundleFormatImpl()
5238 workItem.resourceName = String16(nestedResourceName); in processBundleFormatImpl()