Searched refs:manifestAsset (Results 1 – 2 of 2) sorted by relevance
216 Asset* manifestAsset = const_cast<AssetManager*>(this)->openNonAssetInPathLocked( in addAssetPath() local218 if (manifestAsset == NULL) { in addAssetPath()220 delete manifestAsset; in addAssetPath()223 delete manifestAsset; in addAssetPath()
229 Asset* manifestAsset = assets.openNonAsset("AndroidManifest.xml", in doList() local231 if (manifestAsset == NULL) { in doList()236 tree.setTo(manifestAsset->getBuffer(true), in doList()237 manifestAsset->getLength()); in doList()240 delete manifestAsset; in doList()