Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCommand.cpp404 Asset* aidAsset = assets.openNonAsset(xmlPath.c_str(), Asset::ACCESS_BUFFER); in getNfcAidCategories() local
405 if (aidAsset == NULL) { in getNfcAidCategories()
417 tree.setTo(aidAsset->getBuffer(true), aidAsset->getLength()); in getNfcAidCategories()
462 aidAsset->close(); in getNfcAidCategories()