Home
last modified time | relevance | path

Searched refs:fFreeBytes (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.h101 off_t fFreeBytes; variable
H A DGeneralInfoView.cpp192 fFreeBytes = -1; in GeneralInfoView()
727 if (fFreeBytes == freeBytes) in CheckAndSetSize()
730 fFreeBytes = freeBytes; in CheckAndSetSize()
744 string_for_size(capacity - fFreeBytes, sizeStr, sizeof(sizeStr)); in CheckAndSetSize()
746 string_for_size(fFreeBytes, sizeStr, sizeof(sizeStr)); in CheckAndSetSize()