Crinit -- Configurable Rootfs Init
crinitFileSeries_t Struct Reference

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

Detailed Description

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

Member Data 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: