| 54 | extern file_check_list_t file_check_list; |
| 55 | |
| 56 | static 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 | |
| 63 | pstatus_t QPhotorec::photorec_find_blocksize(alloc_data_t *list_search_space) |
| 64 | { |
no outgoing calls
no test coverage detected