FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
util.c File Reference
+ Include dependency graph for util.c:

Go to the source code of this file.

Functions

clib_error_tforeach_directory_file (char *dir_name, clib_error_t *(*f)(void *arg, u8 *path_name, u8 *file_name), void *arg, int scan_dirs)
 
clib_error_tvlib_unix_recursive_mkdir (char *path)
 
clib_error_tvlib_unix_validate_runtime_file (unix_main_t *um, const char *path, u8 **full_path)
 

Function Documentation

clib_error_t* foreach_directory_file ( char *  dir_name,
clib_error_t *(*)(void *arg, u8 *path_name, u8 *file_name)  f,
void *  arg,
int  scan_dirs 
)

Definition at line 49 of file util.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vlib_unix_recursive_mkdir ( char *  path)

Definition at line 103 of file util.c.

+ Here is the caller graph for this function:

clib_error_t* vlib_unix_validate_runtime_file ( unix_main_t um,
const char *  path,
u8 **  full_path 
)

Definition at line 138 of file util.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: