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

/frameworks/base/tools/aapt/
H A DCommand.cpp1248 String8 llabel = AaptXml::getResolvedAttribute(res, tree, LABEL_ATTR, local
1250 if (llabel != "") {
1252 label = llabel;
1254 ResTable::normalizeForOutput(llabel.string()).string());
1257 label = llabel;
1260 ResTable::normalizeForOutput(llabel.string()).string());

Completed in 1733 milliseconds