Crinit -- Configurable Rootfs Init
|
Implementation of a mock function for scandir(). More...
Functions | |
int | __wrap_scandir (const char *dirp, struct dirent ***namelist, int(*filter)(const struct dirent *), int(*compar)(const struct dirent **, const struct dirent **)) |
Implementation of a mock function for scandir().
int __wrap_scandir | ( | const char * | dirp, |
struct dirent *** | namelist, | ||
int(*)(const struct dirent *) | filter, | ||
int(*)(const struct dirent **, const struct dirent **) | compar | ||
) |
Mock function for scandir().
Checks that the right parameters are given and return a preset value.