Home
last modified time | relevance | path

Searched refs:test_perms (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/open/
Dopen14.c177 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/
Dopenat03.c188 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/
Dvboot_common3_tests.c347 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()
Dvb20_common3_tests.c368 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()