|
Crinit -- Configurable Rootfs Init
|
#include <fseries.h>
Data Fields | |
| char ** | fnames |
| size_t | size |
| Number of valid (allocated and non-NULL) pointers in fnames. | |
| char * | baseDir |
| The dirname of the filenames in fnames. | |
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.