Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCommand.cpp792 String8 llabel = getResolvedAttribute(&res, tree, LABEL_ATTR, &error); in doDump() local
793 if (llabel != "") { in doDump()
795 label = llabel; in doDump()
796 printf("application-label:'%s'\n", llabel.string()); in doDump()
799 label = llabel; in doDump()
802 llabel.string()); in doDump()