Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptAssets.cpp750 if (!validateFileName(mFiles.valueAt(i)->getLeaf().c_str())) { in validate()
758 if (strcasecmp(mFiles.valueAt(i)->getLeaf().c_str(), in validate()
759 mFiles.valueAt(j)->getLeaf().c_str()) == 0) { in validate()
771 if (strcasecmp(mFiles.valueAt(i)->getLeaf().c_str(), in validate()
772 mDirs.valueAt(j)->getLeaf().c_str()) == 0) { in validate()
782 if (!validateFileName(mDirs.valueAt(i)->getLeaf().c_str())) { in validate()
790 if (strcasecmp(mDirs.valueAt(i)->getLeaf().c_str(), in validate()
791 mDirs.valueAt(j)->getLeaf().c_str()) == 0) { in validate()
1349 if (dir->getLeaf() == kValuesDir) { in filter()
1355 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.cpp133 String8 leaf(group->getLeaf()); in next()
462 d->getLeaf().c_str()); in collect_files()
468 printf("Removing dir leaf %s\n", d->getLeaf().c_str()); in collect_files()
470 ass->removeDir(d->getLeaf()); in collect_files()
663 overlayGroup->getLeaf().c_str(), in applyFileOverlay()
671 overlayGroup->getLeaf().c_str(), in applyFileOverlay()
3255 const String8& dirName = d->getLeaf(); in writeProguardForLayouts()
DCommand.cpp2585 const char* dirStr = subDir->getLeaf().c_str(); in addResourcesToBuilder()
/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
DEfficientXmlChecker.java275 final Tree readDest = state.getPath().getParentPath().getLeaf(); in matchMethodInvocation()