Searched defs:pkgIdx (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.cpp1131 ssize_t pkgIdx = block.indexOfAttribute(NULL, "package"); local
1132 if (pkgIdx < 0) {
1137 pkg = String16(block.getAttributeStringValue(pkgIdx, &len));

Completed in 36 milliseconds