Searched refs:firstDot (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DResource.cpp59 const char* firstDot = strchr(leaf.string(), '.'); local
62 if (firstDot) {
63 return String8(str, firstDot-str);

Completed in 28 milliseconds