Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp1059 ssize_t endIdx = block.indexOfAttribute(NULL, "end"); in compileResourceFile() local
1060 if (endIdx >= 0) { in compileResourceFile()
1061 const char16_t* endStr = block.getAttributeStringValue(endIdx, &len); in compileResourceFile()
1065 String8(block.getAttributeStringValue(endIdx, &len)).string()); in compileResourceFile()