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

/frameworks/base/tools/aapt/
H A DCommand.cpp1309 String8 llabel = AaptXml::getResolvedAttribute(res, tree, LABEL_ATTR, local
1311 if (llabel != "") {
1313 label = llabel;
1315 ResTable::normalizeForOutput(llabel.string()).string());
1318 label = llabel;
1321 ResTable::normalizeForOutput(llabel.string()).string());

Completed in 13 milliseconds