Lines Matching refs:getFileSpecCount
132 if (bundle->getFileSpecCount() != 1) { in doList()
730 if (bundle->getFileSpecCount() < 1) { in doDump()
735 if (bundle->getFileSpecCount() < 2) { in doDump()
807 if (bundle->getFileSpecCount() < 3) { in doDump()
812 for (int i=2; i<bundle->getFileSpecCount(); i++) { in doDump()
834 if (bundle->getFileSpecCount() < 3) { in doDump()
839 for (int i=2; i<bundle->getFileSpecCount(); i++) { in doDump()
2470 if (bundle->getFileSpecCount() < 1) { in doAdd()
2476 if (bundle->getFileSpecCount() < 2) { in doAdd()
2487 for (int i = 1; i < bundle->getFileSpecCount(); i++) { in doAdd()
2535 if (bundle->getFileSpecCount() < 1) { in doRemove()
2541 if (bundle->getFileSpecCount() < 2) { in doRemove()
2553 for (int i = 1; i < bundle->getFileSpecCount(); i++) { in doRemove()
2660 N = bundle->getFileSpecCount(); in doPackage()