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

Function file_recovery_cpy

src/qphbs.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54extern file_check_list_t file_check_list;
55
56static inline void file_recovery_cpy(file_recovery_t *dst, file_recovery_t *src)
57{
58 memcpy(dst, src, sizeof(*dst));
59 dst->location.list.prev=&dst->location.list;
60 dst->location.list.next=&dst->location.list;
61}
62
63pstatus_t QPhotorec::photorec_find_blocksize(alloc_data_t *list_search_space)
64{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected