Searched refs:oldPackageCount (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp1522 int32 oldPackageCount = 0; local
1550 oldPackageCount++;
1557 oldPackageCount++;
1565 " old packages\n", newPackageCount, oldPackageCount);
1577 = new(std::nothrow) BReference<Package>[oldPackageCount];
1656 for (int32 i = oldPackageCount - 1; i >= 0; i--) {

Completed in 34 milliseconds