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

Function log_flush

src/log.c:157–160  ·  view source on GitHub ↗

@ @ requires log_handle==\null || \valid(log_handle); @*/

Source from the content-addressed store, hash-verified

155 @ requires log_handle==\null || \valid(log_handle);
156 @*/
157int log_flush(void)
158{
159 return fflush(log_handle);
160}
161
162/*@
163 @ requires \valid(log_handle);

Callers 15

interface_recoveryFunction · 0.85
get_next_sectorFunction · 0.85
photorec_bfFunction · 0.85
ntfs_boot_sectorFunction · 0.85
recovery_finishedFunction · 0.85
photorecFunction · 0.85
exFAT_boot_sectorFunction · 0.85
reiser_copyFunction · 0.85
sighup_hdlrFunction · 0.85
mainFunction · 0.85
interface_writeFunction · 0.85

Calls

no outgoing calls

Tested by 2

sighup_hdlrFunction · 0.68
mainFunction · 0.68