Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/
DVintfObjectTest.java50 String[] xmls = VintfObject.report(); in testReport() local
52 assertThat(Stream.of(xmls).map(xml -> rootAndType(xml)).collect(toList())) in testReport()
/frameworks/base/tools/aapt/
DResource.cpp1330 sp<ResourceTypeSet> xmls; in buildResources() local
1367 !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()