Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp1016 ssize_t startIdx = block.indexOfAttribute(NULL, "start"); in compileResourceFile() local
1017 if (startIdx >= 0) { in compileResourceFile()
1018 const char16_t* startStr = block.getAttributeStringValue(startIdx, &len); in compileResourceFile()
1022 String8(block.getAttributeStringValue(startIdx, &len)).string()); in compileResourceFile()