Searched refs:xmls (Results 1 – 2 of 2) sorted by relevance
50 String[] xmls = VintfObject.report(); in testReport() local52 assertThat(Stream.of(xmls).map(xml -> rootAndType(xml)).collect(toList())) in testReport()
1330 sp<ResourceTypeSet> xmls; in buildResources() local1367 !applyFileOverlay(bundle, assets, &xmls, "xml") || in buildResources()1448 if (xmls != NULL) { in buildResources()1449 err = makeFileResources(bundle, assets, &table, xmls, "xml"); in buildResources()1604 if (xmls != NULL) { in buildResources()1605 ResourceDirIterator it(xmls, String8("xml")); in buildResources()