Searched refs:asym (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DResource.cpp1582 sp<AaptSymbols> asym = assets->getSymbolsFor(String8("R")); local
1583 if (asym != NULL) {
1585 asym = asym->getNestedSymbols().valueFor(String8("attr"));
1586 if (asym != NULL) {
1588 // name.string(), String8(asym->getComment(name)).string());
1590 *outTypeComment = asym->getTypeComment(name);
1592 return asym->getComment(name);

Completed in 104 milliseconds