|
Crinit -- Configurable Rootfs Init
|
Implementation of a mock function for crinitXfer(). More...
#include "rtimcmd.h"

Go to the source code of this file.
Functions | |
| int | __wrap_crinitXfer (const char *sockFile, crinitRtimCmd_t *res, const crinitRtimCmd_t *cmd) |
Implementation of a mock function for crinitXfer().
| int __wrap_crinitXfer | ( | const char * | sockFile, |
| crinitRtimCmd_t * | res, | ||
| const crinitRtimCmd_t * | cmd | ||
| ) |
Mock function for crinitXfer().
Checks that the right parameters are given and returns a pre-set value through the cmocka API. Otherwise the function is a no-op.