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

/haiku/src/apps/haikudepot/server/
H A DPopulatePkgSizesProcess.cpp59 DepotInfoRef depotInfo = fModel->DepotAtIndex(d); local
60 countPkgs += depotInfo->CountPackages();
62 for (int32 p = 0; p < depotInfo->CountPackages(); p++) {
63 PackageInfoRef packageInfo = depotInfo->PackageAtIndex(p);
H A DServerIconExportUpdateProcess.h48 const DepotInfoRef& depotInfo) const;

Completed in 90 milliseconds