Home
last modified time | relevance | path

Searched refs:manifestFile (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DResource.cpp1261 const sp<AaptFile> manifestFile(androidManifestFile->getFiles().valueAt(0)); in buildResources() local
1262 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()
/frameworks/base/services/java/com/android/server/
DBackupManagerService.java3071 private void writeAppManifest(PackageInfo pkg, File manifestFile, boolean withApk) in writeAppManifest() argument
3105 FileOutputStream outstream = new FileOutputStream(manifestFile); in writeAppManifest()