MCPcopy Create free account
hub / github.com/F-Stack/f-stack / of_close_dir

Function of_close_dir

dpdk/drivers/common/dpaax/dpaa_of.c:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32static void
33of_close_dir(struct dirent **d, int num)
34{
35 while (num--)
36 free(d[num]);
37 free(d);
38}
39
40static int
41of_open_file(const char *relative_path)

Callers 1

process_dirFunction · 0.85

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected