Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dfs_test.c3762 const char *const file_rwt = file1_s1d1; in TEST_F_FORK() local
3773 .path = file_rwt, in TEST_F_FORK()
3816 EXPECT_EQ(0, test_truncate(file_rwt)); in TEST_F_FORK()
3817 EXPECT_EQ(0, test_open(file_rwt, O_RDONLY | O_TRUNC)); in TEST_F_FORK()
3818 EXPECT_EQ(0, test_open(file_rwt, O_WRONLY | O_TRUNC)); in TEST_F_FORK()