Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cgsecurity/testdisk
/ is_ntfs
Function
is_ntfs
src/ntfs.c:408–411 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
406
}
407
408
int is_ntfs(const partition_t *partition)
409
{
410
return(is_part_ntfs(partition) || partition->upart_type==UP_NTFS);
411
}
412
413
int log_ntfs_info(const struct ntfs_boot_sector *ntfs_header)
414
{
Callers
1
adv_get_options_for_partition
Function · 0.85
Calls
1
is_part_ntfs
Function · 0.85
Tested by
no test coverage detected