Searched refs:tmp_exec_path (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | test_local_storage.c | 119 char tmp_exec_path[64]; in test_test_local_storage() local 143 snprintf(tmp_exec_path, sizeof(tmp_exec_path), "%s/copy_of_rm", in test_test_local_storage() 145 snprintf(cmd, sizeof(cmd), "cp /bin/rm %s", tmp_exec_path); in test_test_local_storage() 149 rm_fd = open(tmp_exec_path, O_RDONLY); in test_test_local_storage() 151 tmp_exec_path, rm_fd, errno)) in test_test_local_storage() 163 err = run_self_unlink(&skel->bss->monitored_pid, tmp_exec_path); in test_test_local_storage()
|
Completed in 3 milliseconds