Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.h209 status_t modifyForCompat(const Bundle* bundle);
210 status_t modifyForCompat(const Bundle* bundle,
DResourceTable.cpp124 if (table->modifyForCompat(bundle, resourceName, target, root) != NO_ERROR) { in compileXmlFile()
4605 status_t ResourceTable::modifyForCompat(const Bundle* bundle) { in modifyForCompat() function in ResourceTable
4832 status_t ResourceTable::modifyForCompat(const Bundle* bundle, in modifyForCompat() function in ResourceTable
DResource.cpp1770 if (table.modifyForCompat(bundle) != NO_ERROR) { in buildResources()