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()
583 if (bundle->getFileSpecCount() < 1) { in doDump()
588 if (bundle->getFileSpecCount() < 2) { in doDump()
648 if (bundle->getFileSpecCount() < 3) { in doDump()
653 for (int i=2; i<bundle->getFileSpecCount(); i++) { in doDump()
675 if (bundle->getFileSpecCount() < 3) { in doDump()
680 for (int i=2; i<bundle->getFileSpecCount(); i++) { in doDump()
2076 if (bundle->getFileSpecCount() < 1) { in doAdd()
2082 if (bundle->getFileSpecCount() < 2) { in doAdd()
[all …]
DBundle.h225 int getFileSpecCount(void) const { return mArgc; } in getFileSpecCount() function
DAaptAssets.cpp1001 const int N = bundle->getFileSpecCount(); in slurpFromArgs()