#include <stdarg.h>
#include <stdio.h>
#include <syscall.h>
#include "tests/filesys/extended/mk-tree.h"
#include "tests/lib.h"
#include "tests/main.h"
Go to the source code of this file.
Functions | |
static void | remove_tree (int at, int bt, int ct, int dt) |
void | test_main (void) |
static void | do_remove (const char *format,...) PRINTF_FORMAT(1 |
static void do_remove | ( | const char * | format, | |
... | ||||
) | [static] |
Definition at line 52 of file dir-rm-tree.c.
References CHECK, name, va_end, va_start, and vsnprintf().
Referenced by remove_tree().
static void static void remove_tree | ( | int | at, | |
int | bt, | |||
int | ct, | |||
int | dt | |||
) | [static] |
Definition at line 23 of file dir-rm-tree.c.
References CHECK, do_remove(), msg(), open(), quiet, and snprintf().
Referenced by test_main().
void test_main | ( | void | ) |