PKUOS - Pintos
Pintos source browser for PKU Operating System 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().