Home | History | Annotate | Download | only in aapt

Lines Matching refs:AaptFile

1559 void* AaptFile::editData(size_t size)
1576 void* AaptFile::editData(size_t* outSize)
1584 void* AaptFile::padData(size_t wordSize)
1599 status_t AaptFile::writeData(const void* data, size_t size)
1611 void AaptFile::clearData()
1619 String8 AaptFile::getPrintableSource() const
1634 status_t AaptGroup::addFile(const sp<AaptFile>& file)
1665 sp<AaptFile> file = mFiles.valueAt(i);
1742 status_t AaptDir::addLeafFile(const String8& leafName, const sp<AaptFile>& file)
1825 sp<AaptFile> file = new AaptFile(pathName, kind, resType);
2001 sp<AaptFile> AaptAssets::addFile(
2008 sp<AaptFile> file;
2027 file = new AaptFile(srcDir.appendPathCopy(filePath), entry, resType);
2055 const sp<AaptFile>& file, const String8& resType)
2358 sp<AaptFile> file = new AaptFile(entryName, kind, resType);
2457 sp<AaptFile> file = grp->getFiles().valueAt(k);
2502 sp<AaptFile> file = grp->getFiles().valueAt(k);
2529 sp<AaptFile> mfile = grp->getFiles().valueAt(m);
2650 status_t AaptAssets::addIncludedResources(const sp<AaptFile>& file)