Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCommand.cpp41 if (bundle->getFileSpecCount() != 0) { in doVersion()
149 if (bundle->getFileSpecCount() != 1) { in doList()
706 if (bundle->getFileSpecCount() < 1) { in doDump()
711 if (bundle->getFileSpecCount() < 2) { in doDump()
771 if (bundle->getFileSpecCount() < 3) { in doDump()
776 for (int i=2; i<bundle->getFileSpecCount(); i++) { in doDump()
798 if (bundle->getFileSpecCount() < 3) { in doDump()
803 for (int i=2; i<bundle->getFileSpecCount(); i++) { in doDump()
2287 if (bundle->getFileSpecCount() < 1) { in doAdd()
2293 if (bundle->getFileSpecCount() < 2) { in doAdd()
[all …]
DBundle.h232 int getFileSpecCount(void) const { return mArgc; } in getFileSpecCount() function
DAaptAssets.cpp977 const int N = bundle->getFileSpecCount(); in slurpFromArgs()