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

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

Completed in 36 milliseconds