Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/exec/
Dcheck-exec.c117 static const char fifo_path[] = "./test-mount/fifo"; variable
151 ASSERT_EQ(0, mknod(fifo_path, S_IFIFO | 0600, 0)); in FIXTURE_SETUP()
254 if (path == fifo_path) in test_exec_path()
317 test_exec_path(_metadata, fifo_path, EACCES); in TEST_F()