Home | History | Annotate | Download | only in aapt

Lines Matching refs:leafName

642 status_t AaptDir::addLeafFile(const String8& leafName, const sp<AaptFile>& file,
646 if (mFiles.indexOfKey(leafName) >= 0) {
647 group = mFiles.valueFor(leafName);
649 group = new AaptGroup(leafName, mPath.appendPathCopy(leafName));
650 mFiles.add(leafName, group);
955 void AaptAssets::addResource(const String8& leafName, const String8& path,
961 sp<AaptGroup> grr = new AaptGroup(leafName, path);
964 subdir->addFile(leafName, grr);