Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/landlock/
Dfs_test.c46 static const char file1_s1d2[] = TMP_DIR "/s1d1/s1d2/f1"; variable
200 create_file(_metadata, file1_s1d2); in create_layout1()
225 EXPECT_EQ(0, remove_path(file1_s1d2)); in remove_layout1()
291 ASSERT_EQ(0, test_open(file1_s1d2, O_RDONLY)); in TEST_F_FORK()
444 path_beneath_file.parent_fd = open(file1_s1d2, O_PATH | O_CLOEXEC); in TEST_F_FORK()
674 ASSERT_EQ(0, test_open(file1_s1d2, O_RDONLY)); in TEST_F_FORK()
724 ASSERT_EQ(0, test_open(file1_s1d2, O_WRONLY)); in TEST_F_FORK()
725 ASSERT_EQ(0, test_open(file1_s1d2, O_RDWR)); in TEST_F_FORK()
757 ASSERT_EQ(0, test_open(file1_s1d2, O_RDONLY)); in TEST_F_FORK()
758 ASSERT_EQ(0, test_open(file1_s1d2, O_WRONLY)); in TEST_F_FORK()
[all …]