Home | History | Annotate | Download | only in aapt

Lines Matching full:leaf

36 static String8 parseResourceName(const String8& leaf)
38 const char* firstDot = strchr(leaf.string(), '.');
39 const char* str = leaf.string();
101 String8 leaf(group->getLeaf());
102 mLeafName = String8(leaf);
115 mPath.appendPath(leaf);
116 mBaseName = parseResourceName(leaf);