Searched refs:dir_s1d2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 48 static const char dir_s1d2[] = TMP_DIR "/s1d1/s1d2"; variable 410 ASSERT_EQ(0, test_open(dir_s1d2, O_RDONLY)); in TEST_F_FORK() 442 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK() 470 path_beneath.parent_fd = open(dir_s1d2, O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK() 484 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK() 570 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK() 768 .path = dir_s1d2, in TEST_F_FORK() 794 ASSERT_EQ(0, test_open(dir_s1d2, O_RDONLY)); in TEST_F_FORK() 826 .path = dir_s1d2, in TEST_F_FORK() 854 .path = dir_s1d2, in TEST_F_FORK() [all …]
|