Crinit -- Configurable Rootfs Init
|
#include <fseries.h>
Public Attributes | |
char ** | fnames |
size_t | size |
Number of valid (allocated and non-NULL) pointers in fnames. More... | |
char * | baseDir |
The dirname of the filenames in fnames. More... | |
Data type holding a series of files inside a specific directory.
char* crinitFileSeries_t::baseDir |
The dirname of the filenames in fnames.
char** crinitFileSeries_t::fnames |
Dynamic array of string pointers backed by a single continuous dynamically allocated string. Outer array is terminated by a NULL-pointer.
size_t crinitFileSeries_t::size |
Number of valid (allocated and non-NULL) pointers in fnames.