Searched refs:reg_file_path (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/exec/ |
| H A D | check-exec.c | 113 static const char reg_file_path[] = "./test-mount/regular_file"; variable 142 ASSERT_EQ(0, mknod(reg_file_path, in FIXTURE_SETUP() 271 test_exec_path(_metadata, reg_file_path, exec ? 0 : EACCES); in TEST_F() 274 test_exec_path(_metadata, reg_file_path, exec ? 0 : EACCES); in TEST_F() 281 fill_exec_path(_metadata, reg_file_path); in TEST_F() 283 test_exec_path(_metadata, reg_file_path, exec ? 0 : EACCES); in TEST_F() 286 test_exec_path(_metadata, reg_file_path, exec ? 0 : EACCES); in TEST_F()
|