Home
last modified time | relevance | path

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

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