Crinit -- Configurable Rootfs Init
mock-fstatat.c File Reference

(2023-10-16, commit: 49337e0)

Implementation of a mock function for fstatat(). More...

#include "mock-fstatat.h"
#include <string.h>
#include "unit_test.h"
Include dependency graph for mock-fstatat.c:

Functions

int __wrap_fstatat (int fd, const char *path, struct stat *buf, int flag)
 

Detailed Description

Implementation of a mock function for fstatat().

Function Documentation

◆ __wrap_fstatat()

int __wrap_fstatat ( int  fd,
const char *  path,
struct stat *  buf,
int  flag 
)

Mock function for fstatat().

Checks that the right parameters are given and return a preset value.