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

/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp78 int32 countSpaces = 0; local
81 && pm_get_partitionable_spaces(partition, NULL, 0, &countSpaces)
83 && countSpaces > 0) {
1574 int32 countSpaces = 0; local
1575 if (ep_get_partitionable_spaces(partition, NULL, 0, &countSpaces)
1577 && countSpaces > 0) {

Completed in 48 milliseconds