Searched refs:defaultPartitionIndex (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.cpp219 int32 defaultPartitionIndex; local
220 fSettings->FindInt32("defaultPartition", &defaultPartitionIndex);
241 if (defaultPartitionIndex == i || selectedItem == NULL) {
H A DLegacyBootMenu.cpp374 int32 defaultPartitionIndex; local
375 if (settings.FindInt32("defaultPartition", &defaultPartitionIndex) != B_OK)
417 if (index == defaultPartitionIndex)

Completed in 86 milliseconds