Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptAssets.cpp773 if (!validateFileName(mFiles.valueAt(i)->getLeaf().string())) { in validate()
781 if (strcasecmp(mFiles.valueAt(i)->getLeaf().string(), in validate()
782 mFiles.valueAt(j)->getLeaf().string()) == 0) { in validate()
794 if (strcasecmp(mFiles.valueAt(i)->getLeaf().string(), in validate()
795 mDirs.valueAt(j)->getLeaf().string()) == 0) { in validate()
805 if (!validateFileName(mDirs.valueAt(i)->getLeaf().string())) { in validate()
813 if (strcasecmp(mDirs.valueAt(i)->getLeaf().string(), in validate()
814 mDirs.valueAt(j)->getLeaf().string()) == 0) { in validate()
1371 if (dir->getLeaf() == kValuesDir) { in filter()
1377 if (dir->getLeaf() == kMipmapDir) { in filter()
[all …]
DAaptAssets.h217 const String8& getLeaf() const { return mLeaf; } in getLeaf() function
250 const String8& getLeaf() const { return mLeaf; } in getLeaf() function
DResource.cpp125 String8 leaf(group->getLeaf()); in next()
431 d->getLeaf().string())); in collect_files()
435 NOISY(printf("Removing dir leaf %s\n", d->getLeaf().string())); in collect_files()
436 ass->removeDir(d->getLeaf()); in collect_files()
629 overlayGroup->getLeaf().string(), in applyFileOverlay()
637 overlayGroup->getLeaf().string(), in applyFileOverlay()
2935 const String8& dirName = d->getLeaf(); in writeProguardForLayouts()
DCommand.cpp2191 const char* dirStr = subDir->getLeaf().string(); in addResourcesToBuilder()