Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/landlock/
H A Dfs_test.c49 static const char file1_s1d2[] = TMP_DIR "/s1d1/s1d2/f1"; variable
316 create_file(_metadata, file1_s1d2); in create_layout1()
342 EXPECT_EQ(0, remove_path(file1_s1d2)); in remove_layout1()
411 ASSERT_EQ(0, test_open(file1_s1d2, O_RDONLY)); in TEST_F_FORK()
565 path_beneath_file.parent_fd = open(file1_s1d2, O_PATH | O_CLOEXEC); in TEST_F_FORK()
795 ASSERT_EQ(0, test_open(file1_s1d2, O_RDONLY)); in TEST_F_FORK()
845 ASSERT_EQ(0, test_open(file1_s1d2, O_WRONLY)); in TEST_F_FORK()
846 ASSERT_EQ(0, test_open(file1_s1d2, O_RDWR)); in TEST_F_FORK()
878 ASSERT_EQ(0, test_open(file1_s1d2, O_RDONLY)); in TEST_F_FORK()
879 ASSERT_EQ(0, test_open(file1_s1d2, O_WRONLY)); in TEST_F_FORK()
[all …]