|
Motr
M0
|
#include "ut/ut_internal.h"#include "ut/ut.h"#include "lib/finject.h"#include "lib/finject_internal.h"#include "lib/string.h"#include "lib/errno.h"#include "lib/memory.h"#include <yaml.h>#include <stdlib.h>#include <err.h>#include <sys/stat.h>#include <unistd.h>
Go to the source code of this file.
Functions | |
| static int | sandbox_remove (const char *sandbox) |
| int | m0_ut_sandbox_init (const char *dir) |
| void | m0_ut_sandbox_fini (const char *dir, bool keep) |
| M0_INTERNAL void | m0_stream_redirect (FILE *stream, const char *path, struct m0_ut_redirect *redir) |
| M0_INTERNAL void | m0_stream_restore (const struct m0_ut_redirect *redir) |
| M0_INTERNAL bool | m0_error_mesg_match (FILE *fp, const char *mesg) |