Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dfs_test.c3553 const char *const file_rt = file1_s1d2; in TEST_F_FORK() local
3573 .path = file_rt, in TEST_F_FORK()
3619 EXPECT_EQ(0, test_truncate(file_rt)); in TEST_F_FORK()
3620 EXPECT_EQ(0, test_open(file_rt, O_RDONLY | O_TRUNC)); in TEST_F_FORK()
3621 EXPECT_EQ(EACCES, test_open(file_rt, O_WRONLY | O_TRUNC)); in TEST_F_FORK()