CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
mk-tree.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void make_tree (int at, int bt, int ct, int dt)
 tests/filesys/extended/mk-tree.h More...
 

Function Documentation

◆ make_tree()

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

tests/filesys/extended/mk-tree.h

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().

Here is the call graph for this function:
Here is the caller graph for this function: