Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cgsecurity/testdisk
/ is_hfs
Function
is_hfs
src/adv.c:125–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
static int is_hfs(const partition_t *partition)
126
{
127
return (is_part_hfs(partition) || partition->upart_type==UP_HFS);
128
}
129
130
static int is_hfsp(const partition_t *partition)
131
{
Callers
3
adv_get_boot_description
Function · 0.85
adv_get_options_for_partition
Function · 0.85
adv_menu_superblock_selected
Function · 0.85
Calls
1
is_part_hfs
Function · 0.85
Tested by
no test coverage detected