|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|

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


1.8.16