#include <util.h>
|
static ssize_t | read (void *cookie, char *buf, size_t size) |
|
static ssize_t | write (void *cookie, const char *buf, size_t size) |
|
static int | seek (void *cookie, int64_t *offset, int whence) |
|
static int | close (void *cookie) |
|
Definition at line 264 of file util.h.
◆ FuzzedFileProvider()
◆ close()
int FuzzedFileProvider::close |
( |
void * |
cookie | ) |
|
|
static |
◆ open()
FILE * FuzzedFileProvider::open |
( |
| ) |
|
◆ read()
ssize_t FuzzedFileProvider::read |
( |
void * |
cookie, |
|
|
char * |
buf, |
|
|
size_t |
size |
|
) |
| |
|
static |
◆ seek()
int FuzzedFileProvider::seek |
( |
void * |
cookie, |
|
|
int64_t * |
offset, |
|
|
int |
whence |
|
) |
| |
|
static |
◆ write()
ssize_t FuzzedFileProvider::write |
( |
void * |
cookie, |
|
|
const char * |
buf, |
|
|
size_t |
size |
|
) |
| |
|
static |
◆ m_fuzzed_data_provider
◆ m_offset
int64_t FuzzedFileProvider::m_offset = 0 |
|
private |
The documentation for this class was generated from the following files: