Lines Matching refs:AaptFile
1449 void* AaptFile::editData(size_t size)
1466 void* AaptFile::editData(size_t* outSize)
1474 void* AaptFile::padData(size_t wordSize)
1489 status_t AaptFile::writeData(const void* data, size_t size)
1501 void AaptFile::clearData()
1509 String8 AaptFile::getPrintableSource() const
1524 status_t AaptGroup::addFile(const sp<AaptFile>& file)
1555 sp<AaptFile> file = mFiles.valueAt(i);
1632 status_t AaptDir::addLeafFile(const String8& leafName, const sp<AaptFile>& file)
1715 sp<AaptFile> file = new AaptFile(pathName, kind, resType);
1848 sp<AaptFile> AaptAssets::addFile(
1855 sp<AaptFile> file;
1874 file = new AaptFile(srcDir.appendPathCopy(filePath), entry, resType);
1902 const sp<AaptFile>& file, const String8& resType)
2205 sp<AaptFile> file = new AaptFile(entryName, kind, resType);
2304 sp<AaptFile> file = grp->getFiles().valueAt(k);
2340 sp<AaptFile> file = grp->getFiles().valueAt(k);
2364 sp<AaptFile> mfile = grp->getFiles().valueAt(m);
2418 status_t AaptAssets::addIncludedResources(const sp<AaptFile>& file)