Home | History | Annotate | Download | only in aapt

Lines Matching refs:firstDot

55     const char* firstDot = strchr(leaf.string(), '.');
58 if (firstDot) {
59 return String8(str, firstDot-str);