Searched refs:test_perms (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/open/ |
D | open14.c | 177 const mode_t test_perms[] = { 0, 07777, 001, 0755, 0644, 0440 }; in test03() local 194 perm = test_perms[i % ARRAY_SIZE(test_perms)]; in test03()
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat03.c | 188 const mode_t test_perms[] = { 0, 07777, 001, 0755, 0644, 0440 }; in test03() local 205 perm = test_perms[i % ARRAY_SIZE(test_perms)]; in test03()
|
/external/vboot_reference/tests/ |
D | vboot_common3_tests.c | 347 const struct test_perm test_perms[] = {{7, 4}, {11, 4}, {11, 7}}; variable 355 for (i = 0; i < ARRAY_SIZE(test_perms); i++) { in main() 356 if (test_permutation(test_perms[i].signing_algorithm, in main() 357 test_perms[i].data_key_algorithm, in main()
|
D | vb20_common3_tests.c | 368 const struct test_perm test_perms[] = { variable 380 for (i = 0; i < ARRAY_SIZE(test_perms); i++) { in main() 381 if (test_permutation(test_perms[i].signing_algorithm, in main() 382 test_perms[i].data_key_algorithm, in main()
|