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

Function log_all_partitions

src/log_part.c:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void log_all_partitions(const disk_t *disk, const list_part_t *list_part)
47{
48 const list_part_t *element;
49 for(element=list_part; element!=NULL; element=element->next)
50 log_partition(disk, element->part);
51}

Callers 4

interface_loadFunction · 0.85
menu_photorecFunction · 0.85
interface_advFunction · 0.85
select_diskMethod · 0.85

Calls 1

log_partitionFunction · 0.85

Tested by

no test coverage detected