Home
last modified time | relevance | path

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

/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp183 virtual bool IsBootPartition(KPartition* partition, bool& foundForSure);
259 DiskBootMethod::IsBootPartition(KPartition* partition, bool& foundForSure) in IsBootPartition() argument
269 foundForSure = true; in IsBootPartition()
288 foundForSure = true; in IsBootPartition()
391 bool foundForSure = false; in get_boot_partitions() local
392 if (fBootMethod->IsBootPartition(partition, foundForSure)) in get_boot_partitions()
396 return foundForSure; in get_boot_partitions()
H A Dvfs_net_boot.h23 virtual bool IsBootPartition(KPartition* partition, bool& foundForSure);
H A Dvfs_boot.h21 virtual bool IsBootPartition(KPartition* partition, bool& foundForSure) = 0;
H A Dvfs_net_boot.cpp371 NetBootMethod::IsBootPartition(KPartition* partition, bool& foundForSure) in IsBootPartition() argument