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

/frameworks/base/tools/aapt/
H A DCommand.cpp1085 String8 llabel = AaptXml::getResolvedAttribute(res, tree, LABEL_ATTR, local
1087 if (llabel != "") {
1089 label = llabel;
1091 ResTable::normalizeForOutput(llabel.string()).string());
1094 label = llabel;
1097 ResTable::normalizeForOutput(llabel.string()).string());

Completed in 10 milliseconds