Searched refs:stat_path (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tests/vfs/ |
| H A D | sandbox_type_error.c | 67 test_path(char *deny_path, char *stat_path, int expected_err) in test_path() argument 100 error = stat(stat_path, &sb); in test_path() 124 T_FAIL("Stat of '%s' with deny path of '%s' FAILED", stat_path, deny_path); in test_path() 129 …T_FAIL("Stat of '%s' with deny path of '%s' should FAIL with '%s', got '%s'", stat_path, deny_path… in test_path() 134 …T_PASS("Stat of '%s' with deny path of '%s' should FAIL with '%s'", stat_path, deny_path, strerror… in test_path() 136 T_PASS("Stat of '%s' with deny path of '%s' should PASS", stat_path, deny_path); in test_path()
|