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

/frameworks/base/tools/aapt/
H A DResource.cpp2068 sp<AaptSymbols> asym = assets->getSymbolsFor(String8("R")); local
2069 if (asym != NULL) {
2071 asym = asym->getNestedSymbols().valueFor(String8("attr"));
2072 if (asym != NULL) {
2074 // name.string(), String8(asym->getComment(name)).string());
2076 *outTypeComment = asym->getTypeComment(name);
2078 return asym->getComment(name);

Completed in 82 milliseconds