MCPcopy Create free account
hub / github.com/cgsecurity/testdisk / is_hfsp

Function is_hfsp

src/adv.c:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130static 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
135static int is_linux(const partition_t *partition)
136{

Callers 3

adv_get_boot_descriptionFunction · 0.85

Calls 1

is_part_hfspFunction · 0.85

Tested by

no test coverage detected