Home
last modified time | relevance | path

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), in AllocationInfo()
99 fFileCount++; in AddFileAllocation()
187 PRINT(" files: %9lu, size: %9lu\n", fFileCount, fFileSize); in Dump()
188 heapCount += fFileCount; in Dump()
189 heapSize += fFileCount * sizeof(File); in Dump()
H A DAllocationInfo.h47 size_t fFileCount; variable
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp49 fFileCount(0), in ZippoWindow()
158 format.Format(output, fFileCount); in MessageReceived()
160 fFileCount++; in MessageReceived()
227 fFileCount = 0; in _StartZipping()
H A DZipOMaticWindow.h60 int32 fFileCount; variable