Home
last modified time | relevance | path

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

/haiku/src/apps/drivesetup/
H A DDiskView.cpp84 fBoot = volume == boot; in PartitionView()
100 if (fBoot) in PartitionView()
146 else if (fBoot || fBFS) in Draw()
183 else if (fBoot || fBFS) in Draw()
302 bool fBoot; member in PartitionView
H A DPartitionList.cpp241 bool fBoot; in PartitionListRow() local
246 fBoot = volume == boot; in PartitionListRow()
251 appendParameter(parameters, fBoot, B_TRANSLATE("Boot")); in PartitionListRow()
269 if (fBoot) in PartitionListRow()