Searched refs:test_perms (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open14.c | 176 const mode_t test_perms[] = { 0, 07777, 001, 0755, 0644, 0440 }; in test03() local 193 perm = test_perms[i % ARRAY_SIZE(test_perms)]; in test03()
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
D | openat03.c | 187 const mode_t test_perms[] = { 0, 07777, 001, 0755, 0644, 0440 }; in test03() local 204 perm = test_perms[i % ARRAY_SIZE(test_perms)]; in test03()
|