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

Class stat

src/fidentify.c:410–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 if(strcmp(entry->d_name,".")!=0 && strcmp(entry->d_name,"..")!=0)
409 {
410 struct stat buf_stat;
411 char *current_file=(char *)MALLOC(strlen(current_dir)+1+strlen(entry->d_name)+1);
412 strcpy(current_file, current_dir);
413 strcat(current_file, "/");

Callers 2

file_identify_dirFunction · 0.70
fidentify.cFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected