Home | History | Annotate | Download | only in aapt

Lines Matching full:llabel

771                             String8 llabel = getResolvedAttribute(&res, tree, LABEL_ATTR, &error);
772 if (llabel != "") {
774 label = llabel;
775 printf("application-label:'%s'\n", llabel.string());
778 label = llabel;
781 llabel.string());