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

/haiku/headers/private/storage/
H A DDiskSystemAddOnManager.h57 int32 fLoadCount; member in class:BPrivate::DiskSystemAddOnManager
/haiku/src/kits/storage/disk_device/
H A DDiskSystemAddOnManager.cpp110 if (++fLoadCount > 1)
141 if (fLoadCount == 0 || --fLoadCount > 0)
229 fLoadCount(0)
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp39 fLoadCount(0),
54 if (fLoadCount > 0) {
55 fLoadCount++;
70 fLoadCount++;
78 if (fLoadCount == 0)
81 if (--fLoadCount == 0) {
/haiku/headers/private/debugger/elf/
H A DElfFile.h44 bool IsLoaded() const { return fLoadCount > 0; }
56 int32 fLoadCount; member in class:ElfSection

Completed in 26 milliseconds