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()
806 if (bundle->getFileSpecCount() < 3) { in doDump()
811 for (int i=2; i<bundle->getFileSpecCount(); i++) { in doDump()
833 if (bundle->getFileSpecCount() < 3) { in doDump()
838 for (int i=2; i<bundle->getFileSpecCount(); i++) { in doDump()
2469 if (bundle->getFileSpecCount() < 1) { in doAdd()
2475 if (bundle->getFileSpecCount() < 2) { in doAdd()
2486 for (int i = 1; i < bundle->getFileSpecCount(); i++) { in doAdd()
2534 if (bundle->getFileSpecCount() < 1) { in doRemove()
2540 if (bundle->getFileSpecCount() < 2) { in doRemove()
2552 for (int i = 1; i < bundle->getFileSpecCount(); i++) { in doRemove()
2659 N = bundle->getFileSpecCount(); in doPackage()