Home
last modified time | relevance | path

Searched refs:deny_path (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/tools/
H A Dpre-commit.sh34 while IFS= read -r deny_path; do
36 if [[ -z "$deny_path" || "$deny_path" == \#* ]]; then
42 if [[ "./$path" == "$deny_path" || "./$path" == "$deny_path"* ]]; then
/xnu-12377.61.12/tests/vfs/
H A Dsandbox_type_error.c67 test_path(char *deny_path, char *stat_path, int expected_err) in test_path() argument
86 create_profile_string(profile_string, sizeof(profile_string), deny_path); in test_path()
124 T_FAIL("Stat of '%s' with deny path of '%s' FAILED", stat_path, deny_path); in test_path()
129 …%s' with deny path of '%s' should FAIL with '%s', got '%s'", stat_path, deny_path, strerror(expect… 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()