Searched refs:capdatac (Results 1 - 1 of 1) sorted by relevance
/kernel/liteos_a/testsuites/unittest/security/capability/smoke/ |
H A D | cap_test_001.cpp | 63 struct __user_cap_data_struct capdatac[CAP_NUM]; in TestChild() local 80 ret = capget(&capheader, &capdatac[0]); in TestChild() 83 ret = capget(&capheader, &capdatac[0]); in TestChild() 89 ret = capget(&capheader, &capdatac[0]); in TestChild() 91 printf("e %d,p %d\n", capdatac[0].effective, capdatac[0].permitted); in TestChild() 97 ret = capget(&capheader, &capdatac[0]); in TestChild() 99 printf("e %d,p %d\n", capdatac[0].effective, capdatac[0].permitted); in TestChild() 105 ret = capget(&capheader, &capdatac[ in TestChild() [all...] |
Completed in 1 milliseconds