pintos/src/tests/filesys/extended/mk-tree.c File Reference

#include <stdio.h>
#include <syscall.h>
#include "tests/filesys/extended/mk-tree.h"
#include "tests/lib.h"

Go to the source code of this file.

Functions

static void do_mkdir (const char *format,...) PRINTF_FORMAT(1
static void static void do_touch (const char *format,...) PRINTF_FORMAT(1
static void static void void make_tree (int at, int bt, int ct, int dt)


Function Documentation

static void do_mkdir ( const char *  format,
  ... 
) [static]

Definition at line 44 of file mk-tree.c.

References CHECK, mkdir(), va_end, va_start, and vsnprintf().

Referenced by make_tree().

static void do_touch ( const char *  format,
  ... 
) [static]

Definition at line 57 of file mk-tree.c.

References CHECK, create(), va_end, va_start, and vsnprintf().

Referenced by make_tree().

static void static void void make_tree ( int  at,
int  bt,
int  ct,
int  dt 
)

Definition at line 12 of file mk-tree.c.

References CHECK, close(), do_mkdir(), do_touch(), msg(), open(), quiet, and snprintf().

Referenced by test_main().


Generated on Mon Jan 10 16:43:58 2011 for Pintos by  doxygen 1.5.6