MCPcopy 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
408int is_ntfs(const partition_t *partition)
409{
410 return(is_part_ntfs(partition) || partition->upart_type==UP_NTFS);
411}
412
413int log_ntfs_info(const struct ntfs_boot_sector *ntfs_header)
414{

Callers 1

Calls 1

is_part_ntfsFunction · 0.85

Tested by

no test coverage detected