Searched refs:fIsDevice (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/diskprobe/
H A DDataEditor.h44 bool IsDevice() const { return fIsDevice; }
123 bool fIsDevice; member in class:DataEditor
H A DDataEditor.cpp486 fIsDevice = S_ISBLK(stat.st_mode) || S_ISCHR(stat.st_mode);
499 } else if (fIsDevice) {
H A DProbeView.cpp82 bool fIsDevice; member in class:IconView
235 fIsDevice(isDevice),
281 if (fIsDevice) {

Completed in 39 milliseconds