Searched refs:profile_string (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/tests/vfs/ |
| H A D | sandbox_type_error.c | 72 char profile_string[1000]; in test_path() local 86 create_profile_string(profile_string, sizeof(profile_string), deny_path); in test_path() 87 if ((profile = sandbox_compile_string(profile_string, params, &sberror)) == NULL) { in test_path()
|
| H A D | sandbox_fstat.c | 121 char profile_string[1000]; variable 146 create_profile_string(profile_string, sizeof(profile_string)); 147 …T_ASSERT_POSIX_NOTNULL(profile = sandbox_compile_string(profile_string, params, &sberror), "Creati…
|
| H A D | named_fork_path.c | 101 char profile_string[1000]; variable 136 create_profile_string(profile_string, sizeof(profile_string)); 137 …T_ASSERT_POSIX_NOTNULL(profile = sandbox_compile_string(profile_string, params, &sberror), "Creati…
|
| H A D | statfs_ext.c | 197 char profile_string[1000]; variable 212 create_profile_string(profile_string, sizeof(profile_string)); 213 …T_ASSERT_POSIX_NOTNULL(profile = sandbox_compile_string(profile_string, params, &sberror), "Creati…
|
| H A D | sandbox_appledouble_write.c | 99 char profile_string[1000]; variable 147 create_profile_string(profile_string, sizeof(profile_string)); 148 …T_ASSERT_POSIX_NOTNULL(profile = sandbox_compile_string(profile_string, params, &sberror), "Creati…
|