Home
last modified time | relevance | path

Searched refs:profile_string (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/tests/vfs/
H A Dsandbox_type_error.c72 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 Dsandbox_fstat.c121 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 Dnamed_fork_path.c101 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 Dstatfs_ext.c197 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 Dsandbox_appledouble_write.c99 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…