Home
last modified time | relevance | path

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

/haiku/src/apps/diskusage/
H A DStatusView.cpp37 fCurrentFileInfo(NULL) in StatusView()
121 if (info == fCurrentFileInfo) in ShowInfo()
124 fCurrentFileInfo = info; in ShowInfo()
H A DStatusView.h34 const FileInfo* fCurrentFileInfo; variable