Searched refs:manifestFile (Results 1 – 2 of 2) sorted by relevance
1261 const sp<AaptFile> manifestFile(androidManifestFile->getFiles().valueAt(0)); in buildResources() local1262 String8 manifestPath(manifestFile->getPrintableSource()); in buildResources()1265 manifestFile->clearData(); in buildResources()1266 sp<XMLNode> manifestTree = XMLNode::parse(manifestFile); in buildResources()1274 err = compileXmlFile(assets, manifestTree, manifestFile, &table); in buildResources()1337 sp<AaptFile> outManifestFile = new AaptFile(manifestFile->getSourceFile(), in buildResources()1338 manifestFile->getGroupEntry(), in buildResources()1339 manifestFile->getResourceType()); in buildResources()1340 err = compileXmlFile(assets, manifestFile, in buildResources()
3071 private void writeAppManifest(PackageInfo pkg, File manifestFile, boolean withApk) in writeAppManifest() argument3105 FileOutputStream outstream = new FileOutputStream(manifestFile); in writeAppManifest()