Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptAssets.cpp1786 if (!validateFileName(mFiles.valueAt(i)->getLeaf().string())) { in validate()
1794 if (strcasecmp(mFiles.valueAt(i)->getLeaf().string(), in validate()
1795 mFiles.valueAt(j)->getLeaf().string()) == 0) { in validate()
1807 if (strcasecmp(mFiles.valueAt(i)->getLeaf().string(), in validate()
1808 mDirs.valueAt(j)->getLeaf().string()) == 0) { in validate()
1818 if (!validateFileName(mDirs.valueAt(i)->getLeaf().string())) { in validate()
1826 if (strcasecmp(mDirs.valueAt(i)->getLeaf().string(), in validate()
1827 mDirs.valueAt(j)->getLeaf().string()) == 0) { in validate()
2375 if (dir->getLeaf() == kValuesDir) { in filter()
2381 if (dir->getLeaf() == kMipmapDir) { in filter()
[all …]
DPackage.cpp254 const bool filterable = filter != NULL && subDir->getLeaf().find("mipmap-") != 0; in processAssets()
256 if (filterable && subDir->getLeaf() != subDir->getPath() && !filter->match(ge.toParams())) { in processAssets()
DAaptAssets.h227 const String8& getLeaf() const { return mLeaf; } in getLeaf() function
260 const String8& getLeaf() const { return mLeaf; } in getLeaf() function
DResource.cpp124 String8 leaf(group->getLeaf()); in next()
435 d->getLeaf().string())); in collect_files()
439 NOISY(printf("Removing dir leaf %s\n", d->getLeaf().string())); in collect_files()
440 ass->removeDir(d->getLeaf()); in collect_files()
633 overlayGroup->getLeaf().string(), in applyFileOverlay()
641 overlayGroup->getLeaf().string(), in applyFileOverlay()
2308 const String8& dirName = d->getLeaf(); in writeProguardForLayouts()