Searched defs:revisionCodeIndex (Results 1 - 1 of 1) sorted by path

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

Completed in 42 milliseconds