Home | History | Annotate | Download | only in aapt

Lines Matching refs:firstDot

64     const char* firstDot = strchr(leaf.string(), '.');
67 if (firstDot) {
68 return String8(str, firstDot-str);