Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/landlock/
H A Dfs_test.c3706 const char *const file_rwt = file1_s1d1; in TEST_F_FORK() local
3717 .path = file_rwt, in TEST_F_FORK()
3760 EXPECT_EQ(0, test_truncate(file_rwt)); in TEST_F_FORK()
3761 EXPECT_EQ(0, test_open(file_rwt, O_RDONLY | O_TRUNC)); in TEST_F_FORK()
3762 EXPECT_EQ(0, test_open(file_rwt, O_WRONLY | O_TRUNC)); in TEST_F_FORK()