MCPcopy Create free account
hub / github.com/cgsecurity/testdisk / set_HPFS_info

Function set_HPFS_info

src/hpfs.c:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42#include "log_part.h"
43
44static void set_HPFS_info(partition_t *partition)
45{
46 partition->upart_type=UP_HPFS;
47}
48
49static int test_HPFS(const disk_t *disk_car, const struct fat_boot_sector *hpfs_header, const partition_t *partition, const int verbose, const int dump_ind)
50{

Callers 2

recover_HPFSFunction · 0.85
check_HPFSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected