Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCommand.cpp229 Asset* manifestAsset = assets.openNonAsset("AndroidManifest.xml", in doList() local
231 if (manifestAsset == NULL) { in doList()
236 tree.setTo(manifestAsset->getBuffer(true), in doList()
237 manifestAsset->getLength()); in doList()
240 delete manifestAsset; in doList()