Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cgsecurity/testdisk
/ is_exfat
Function
is_exfat
src/adv.c:120–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
static int is_exfat(const partition_t *partition)
121
{
122
return (is_part_ntfs(partition) || partition->upart_type==UP_EXFAT);
123
}
124
125
static int is_hfs(const partition_t *partition)
126
{
Callers
1
adv_get_options_for_partition
Function · 0.85
Calls
1
is_part_ntfs
Function · 0.85
Tested by
no test coverage detected