For internal use only.
Each test will result in some calls to check on certain files. Our overridden access() function and tc_path() callback function use instances of this structure to control response and store results for the tests.
Definition at line 69 of file t_tc_path.c.
Data Fields | |
const char * | filename |
unsigned int | test_flags |
unsigned int | ret_val |
|
"File" name. Definition at line 70 of file t_tc_path.c. Referenced by do_test(). |
|
Desired return value for callback. Definition at line 72 of file t_tc_path.c. Referenced by callback(). |
|
Flags for controlling test. Definition at line 71 of file t_tc_path.c. Referenced by access(), callback(), and do_test(). |