Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResource.cpp1178 sp<ResourceTypeSet> xmls; in buildResources() local
1213 !applyFileOverlay(bundle, assets, &xmls, "xml") || in buildResources()
1286 if (xmls != NULL) { in buildResources()
1287 err = makeFileResources(bundle, assets, &table, xmls, "xml"); in buildResources()
1437 if (xmls != NULL) { in buildResources()
1438 ResourceDirIterator it(xmls, String8("xml")); in buildResources()