Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
crinitFileSeries_t Struct Reference

#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.
 

Detailed Description

Data type holding a series of files inside a specific directory.

Field Documentation

◆ baseDir

char* crinitFileSeries_t::baseDir

The dirname of the filenames in fnames.

◆ 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

size_t crinitFileSeries_t::size

Number of valid (allocated and non-NULL) pointers in fnames.


The documentation for this struct was generated from the following file: