Lines Matching refs:leaf
53 static String8 parseResourceName(const String8& leaf)
55 const char* firstDot = strchr(leaf.string(), '.');
56 const char* str = leaf.string();
124 String8 leaf(group->getLeaf());
125 mLeafName = String8(leaf);
138 mPath.appendPath(leaf);
139 mBaseName = parseResourceName(leaf);
400 NOISY(printf("Creating new resource type set for leaf %s with group %s (%p)\n",
408 NOISY(printf("Adding to resource type set for leaf %s group %s (%p)\n",
413 NOISY(printf("Extending to resource type set for leaf %s group %s (%p)\n",
435 NOISY(printf("Collecting dir #%d %p: %s, leaf %s\n", i, d.get(), d->getPath().string(),
440 NOISY(printf("Removing dir leaf %s\n", d->getLeaf().string()));