Home
last modified time | relevance | path

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

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