Searched refs:local_result (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c139 int local_result = -1; local
167 local_result = statfs(g_target_path, &statfs_results);
169 if (local_result == -1)
352 int local_result = -1; local
388 local_result = supports_content_prot();
390 if (local_result == -1)
396 else if (local_result == 0)
404 local_result = has_passcode();
406 if (local_result == -1)
500 local_result
[all...]

Completed in 19 milliseconds