Lines Matching refs:getFileSpecCount
41 if (bundle->getFileSpecCount() != 0) { in doVersion()
149 if (bundle->getFileSpecCount() != 1) { in doList()
745 if (bundle->getFileSpecCount() < 1) { in doDump()
750 if (bundle->getFileSpecCount() < 2) { in doDump()
820 if (bundle->getFileSpecCount() < 3) { in doDump()
825 for (int i=2; i<bundle->getFileSpecCount(); i++) { in doDump()
847 if (bundle->getFileSpecCount() < 3) { in doDump()
852 for (int i=2; i<bundle->getFileSpecCount(); i++) { in doDump()
2383 if (bundle->getFileSpecCount() < 1) { in doAdd()
2389 if (bundle->getFileSpecCount() < 2) { in doAdd()
2400 for (int i = 1; i < bundle->getFileSpecCount(); i++) { in doAdd()
2448 if (bundle->getFileSpecCount() < 1) { in doRemove()
2454 if (bundle->getFileSpecCount() < 2) { in doRemove()
2466 for (int i = 1; i < bundle->getFileSpecCount(); i++) { in doRemove()
2573 N = bundle->getFileSpecCount(); in doPackage()