MCPcopy 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
120static int is_exfat(const partition_t *partition)
121{
122 return (is_part_ntfs(partition) || partition->upart_type==UP_EXFAT);
123}
124
125static int is_hfs(const partition_t *partition)
126{

Callers 1

Calls 1

is_part_ntfsFunction · 0.85

Tested by

no test coverage detected