Searched refs:dir_s1d2 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c61 static const char dir_s1d2[] = TMP_DIR "/s1d1/s1d2"; variable
431 ASSERT_EQ(0, test_open(dir_s1d2, O_RDONLY));
463 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC);
491 path_beneath.parent_fd = open(dir_s1d2, O_DIRECTORY | O_CLOEXEC);
505 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC);
592 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC);
844 .path = dir_s1d2,
870 ASSERT_EQ(0, test_open(dir_s1d2, O_RDONLY));
902 .path = dir_s1d2,
930 .path = dir_s1d2,
[all...]

Completed in 244 milliseconds