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

/frameworks/base/tools/aapt/
H A DResource.cpp2037 sp<AaptSymbols> asym = assets->getSymbolsFor(String8("R")); local
2038 if (asym != NULL) {
2040 asym = asym->getNestedSymbols().valueFor(String8("attr"));
2041 if (asym != NULL) {
2043 // name.string(), String8(asym->getComment(name)).string());
2045 *outTypeComment = asym->getTypeComment(name);
2047 return asym->getComment(name);

Completed in 342 milliseconds