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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp28 fFileCount(0),
99 fFileCount++;
187 PRINT(" files: %9lu, size: %9lu\n", fFileCount, fFileSize);
188 heapCount += fFileCount;
189 heapSize += fFileCount * sizeof(File);
H A DAllocationInfo.h47 size_t fFileCount; member in class:AllocationInfo
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.h60 int32 fFileCount; member in class:ZippoWindow
H A DZipOMaticWindow.cpp49 fFileCount(0),
158 format.Format(output, fFileCount);
160 fFileCount++;
227 fFileCount = 0;

Completed in 35 milliseconds