Home
last modified time | relevance | path

Searched refs:getLeaf (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
DAaptAssets.cpp746 if (!validateFileName(mFiles.valueAt(i)->getLeaf().string())) { in validate()
754 if (strcasecmp(mFiles.valueAt(i)->getLeaf().string(), in validate()
755 mFiles.valueAt(j)->getLeaf().string()) == 0) { in validate()
767 if (strcasecmp(mFiles.valueAt(i)->getLeaf().string(), in validate()
768 mDirs.valueAt(j)->getLeaf().string()) == 0) { in validate()
778 if (!validateFileName(mDirs.valueAt(i)->getLeaf().string())) { in validate()
786 if (strcasecmp(mDirs.valueAt(i)->getLeaf().string(), in validate()
787 mDirs.valueAt(j)->getLeaf().string()) == 0) { in validate()
1345 if (dir->getLeaf() == kValuesDir) { in filter()
1351 if (dir->getLeaf() == kMipmapDir) { in filter()
[all …]
DAaptAssets.h215 const String8& getLeaf() const { return mLeaf; } in getLeaf() function
248 const String8& getLeaf() const { return mLeaf; } in getLeaf() function
DResource.cpp134 String8 leaf(group->getLeaf()); in next()
458 d->getLeaf().string()); in collect_files()
464 printf("Removing dir leaf %s\n", d->getLeaf().string()); in collect_files()
466 ass->removeDir(d->getLeaf()); in collect_files()
659 overlayGroup->getLeaf().string(), in applyFileOverlay()
667 overlayGroup->getLeaf().string(), in applyFileOverlay()
3057 const String8& dirName = d->getLeaf(); in writeProguardForLayouts()
DCommand.cpp2210 const char* dirStr = subDir->getLeaf().string(); in addResourcesToBuilder()