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

/frameworks/base/tools/aapt/
H A DCommand.cpp793 String8 llabel = getResolvedAttribute(&res, tree, LABEL_ATTR, &error); local
794 if (llabel != "") {
796 label = llabel;
797 printf("application-label:'%s'\n", llabel.string());
800 label = llabel;
803 llabel.string());

Completed in 53 milliseconds