Searched defs:revisionCodeIndex (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/tools/aapt/
H A DResource.cpp265 ssize_t revisionCodeIndex = block.indexOfAttribute(RESOURCES_ANDROID_NAMESPACE, "revisionCode"); local
266 if (revisionCodeIndex >= 0) {
267 bundle->setRevisionCode(String8(block.getAttributeStringValue(revisionCodeIndex, &len)).string());

Completed in 93 milliseconds