Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dfs_test.c80 static const char file1_s1d2[] = TMP_DIR "/s1d1/s1d2/f1"; variable
361 create_file(_metadata, file1_s1d2); in create_layout1()
388 EXPECT_EQ(0, remove_path(file1_s1d2)); in remove_layout1()
458 ASSERT_EQ(0, test_open(file1_s1d2, O_RDONLY)); in TEST_F_FORK()
613 path_beneath_file.parent_fd = open(file1_s1d2, O_PATH | O_CLOEXEC); in TEST_F_FORK()
698 path_beneath.parent_fd = open(file1_s1d2, O_PATH | O_CLOEXEC); in TEST_F_FORK()
897 ASSERT_EQ(0, test_open(file1_s1d2, O_RDONLY)); in TEST_F_FORK()
947 ASSERT_EQ(0, test_open(file1_s1d2, O_WRONLY)); in TEST_F_FORK()
948 ASSERT_EQ(0, test_open(file1_s1d2, O_RDWR)); in TEST_F_FORK()
980 ASSERT_EQ(0, test_open(file1_s1d2, O_RDONL in TEST_F_FORK()
[all...]