Searched refs:file1_s1d1 (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 78 static const char file1_s1d1[] = TMP_DIR "/s1d1/f1"; 361 create_file(_metadata, file1_s1d1); in create_layout1() 390 EXPECT_EQ(0, remove_path(file1_s1d1)); in remove_layout1() 456 ASSERT_EQ(0, test_open(file1_s1d1, O_RDONLY)); in TEST_F_FORK() 893 ASSERT_EQ(EACCES, test_open(file1_s1d1, O_RDONLY)); in TEST_F_FORK() 894 ASSERT_EQ(0, test_open(file1_s1d1, O_RDONLY | O_PATH)); in TEST_F_FORK() 941 ASSERT_EQ(0, test_open(file1_s1d1, O_WRONLY)); in TEST_F_FORK() 942 ASSERT_EQ(EACCES, test_open(file1_s1d1, O_RDWR)); in TEST_F_FORK() 968 ASSERT_EQ(EACCES, test_open(file1_s1d1, O_RDONLY)); in TEST_F_FORK() 969 ASSERT_EQ(EACCES, test_open(file1_s1d1, O_WRONL in TEST_F_FORK() 77 static const char file1_s1d1[] = TMP_DIR "/s1d1/f1"; global() variable [all...] |