Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/exec/
Dcheck-exec.c115 static const char block_dev_path[] = "./test-mount/block_device"; variable
149 ASSERT_EQ(0, mknod(block_dev_path, S_IFBLK | 0400, makedev(7, 0))); in FIXTURE_SETUP()
315 test_exec_path(_metadata, block_dev_path, EACCES); in TEST_F()