| 128 | } |
| 129 | |
| 130 | static int is_hfsp(const partition_t *partition) |
| 131 | { |
| 132 | return (is_part_hfsp(partition) || partition->upart_type==UP_HFSP || partition->upart_type==UP_HFSX); |
| 133 | } |
| 134 | |
| 135 | static int is_linux(const partition_t *partition) |
| 136 | { |
no test coverage detected