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

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

Completed in 29 milliseconds