Home | History | Annotate | Download | only in aapt

Lines Matching refs:leafName

666 status_t AaptDir::addLeafFile(const String8& leafName, const sp<AaptFile>& file,
670 if (mFiles.indexOfKey(leafName) >= 0) {
671 group = mFiles.valueFor(leafName);
673 group = new AaptGroup(leafName, mPath.appendPathCopy(leafName));
674 mFiles.add(leafName, group);
979 void AaptAssets::addResource(const String8& leafName, const String8& path,
985 sp<AaptGroup> grr = new AaptGroup(leafName, path);
988 subdir->addFile(leafName, grr);