Searched refs:dir_s2d2 (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 88 static const char dir_s2d2[] = TMP_DIR "/s2d1/s2d2"; variable 396 EXPECT_EQ(0, remove_path(dir_s2d2)); in remove_layout1() 465 ASSERT_EQ(0, test_open(dir_s2d2, O_RDONLY)); in TEST_F_FORK() 902 ASSERT_EQ(EACCES, test_open(dir_s2d2, O_RDONLY)); in TEST_F_FORK() 903 ASSERT_EQ(0, test_open(dir_s2d2, O_RDONLY | O_PATH)); in TEST_F_FORK() 1762 dir_s2d2, 0)); in TEST_F_FORK() 1763 ASSERT_EQ(0, umount(dir_s2d2)); in TEST_F_FORK() 1792 dir_s2d2, 0)); in TEST_F_FORK() 1902 .path = dir_s2d2, in test_relative_path() 1922 ASSERT_EQ(0, chdir(dir_s2d2)); in test_relative_path() [all …]
|