Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.h196 status_t modifyForCompat(const Bundle* bundle);
197 status_t modifyForCompat(const Bundle* bundle,
DResourceTable.cpp92 if (table->modifyForCompat(bundle, resourceName, target, root) != NO_ERROR) { in compileXmlFile()
4450 status_t ResourceTable::modifyForCompat(const Bundle* bundle) { in modifyForCompat() function in ResourceTable
4583 status_t ResourceTable::modifyForCompat(const Bundle* bundle, in modifyForCompat() function in ResourceTable
DResource.cpp1558 if (table.modifyForCompat(bundle) != NO_ERROR) { in buildResources()