libexplain  1.4.D001
Functions
libexplain/buffer/erofs.h File Reference
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_erofs (explain_string_buffer_t *sb, const char *pathname, const char *caption)
void explain_buffer_erofs_fildes (explain_string_buffer_t *sb, int fildes, const char *caption)

Function Documentation

void explain_buffer_erofs ( explain_string_buffer_t sb,
const char *  pathname,
const char *  caption 
)

The explain_buffer_erofs function may be used to report EROFS errors.

Parameters:
sbThe string buffer to print into.
pathnameThe path name of the pffending file.
captionThe name of the parameter of the path name of the pffending file.

Definition at line 75 of file erofs.c.

void explain_buffer_erofs_fildes ( explain_string_buffer_t sb,
int  fildes,
const char *  caption 
)

The explain_buffer_erofs function may be used to report EROFS errors, given a file descriptor.

Parameters:
sbThe string buffer to print into.
fildesThe file descriptor of the pffending file.
captionThe name of the parameter of the file descriptor of the offending file.

Definition at line 101 of file erofs.c.