Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_accept_test.c53 static void test(int rw_loop, int truncate_loop, int append_loop, in test() argument
69 append_loop, truncate_loop, create_loop, rw_loop); in test()
71 flags = rw_flags[rw_loop] | truncate_flags[truncate_loop] | in test()
127 int truncate_loop; in main() local
128 for (truncate_loop = 0; truncate_loop < 2; in main()
129 truncate_loop++) { in main()
136 test(rw_loop, truncate_loop, in main()