Lines Matching refs:getFileSpecCount
131 if (bundle->getFileSpecCount() != 1) { in doList()
729 if (bundle->getFileSpecCount() < 1) { in doDump()
734 if (bundle->getFileSpecCount() < 2) { in doDump()
804 if (bundle->getFileSpecCount() < 3) { in doDump()
809 for (int i=2; i<bundle->getFileSpecCount(); i++) { in doDump()
831 if (bundle->getFileSpecCount() < 3) { in doDump()
836 for (int i=2; i<bundle->getFileSpecCount(); i++) { in doDump()
2395 if (bundle->getFileSpecCount() < 1) { in doAdd()
2401 if (bundle->getFileSpecCount() < 2) { in doAdd()
2412 for (int i = 1; i < bundle->getFileSpecCount(); i++) { in doAdd()
2460 if (bundle->getFileSpecCount() < 1) { in doRemove()
2466 if (bundle->getFileSpecCount() < 2) { in doRemove()
2478 for (int i = 1; i < bundle->getFileSpecCount(); i++) { in doRemove()
2585 N = bundle->getFileSpecCount(); in doPackage()