Home
last modified time | relevance | path

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

/haiku/src/system/boot/loader/
H A Dvfs.cpp678 NodeIterator partitionIterator = bootPartitions.GetIterator(); in get_boot_file_system() local
679 while (partitionIterator.HasNext()) { in get_boot_file_system()
680 Partition *partition = (Partition*)partitionIterator.Next(); in get_boot_file_system()