Home | History | Annotate | Download | only in aapt

Lines Matching refs:llabel

797                             String8 llabel = getResolvedAttribute(&res, tree, LABEL_ATTR, &error);
798 if (llabel != "") {
800 label = llabel;
801 printf("application-label:'%s'\n", llabel.string());
804 label = llabel;
807 llabel.string());