Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResource.cpp1711 int xmlCompilationFlags = xmlFlags | XML_COMPILE_PARSE_VALUES in buildResources() local
1714 xmlCompilationFlags &= ~XML_COMPILE_ASSIGN_ATTRIBUTE_IDS; in buildResources()
1715 xmlCompilationFlags &= ~XML_COMPILE_PARSE_VALUES; in buildResources()
1718 workItem.file, &table, xmlCompilationFlags); in buildResources()