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

/frameworks/base/tools/aapt/
H A DCommand.cpp1322 String8 llabel = AaptXml::getResolvedAttribute(res, tree, LABEL_ATTR, local
1324 if (llabel != "") {
1326 label = llabel;
1328 ResTable::normalizeForOutput(llabel.string()).string());
1331 label = llabel;
1334 ResTable::normalizeForOutput(llabel.string()).string());

Completed in 24 milliseconds