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

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

Completed in 24 milliseconds