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

/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp486 KPartition* bootPartition; local
487 while (partitions.Pop(&bootPartition)) {
489 if (bootPartition->GetPath(&path) != B_OK)
494 if (strcmp(bootPartition->ContentType(), kPartitionTypeISO9660) == 0) {
497 } else if (bootPartition->IsReadOnly()
498 && strcmp(bootPartition->ContentType(), kPartitionTypeBFS) == 0) {

Completed in 54 milliseconds