Searched refs:tmp_exec_path (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_local_storage.c96 char tmp_exec_path[64]; local
118 snprintf(tmp_exec_path, sizeof(tmp_exec_path), "%s/copy_of_rm",
120 snprintf(cmd, sizeof(cmd), "cp /bin/rm %s", tmp_exec_path);
124 rm_fd = open(tmp_exec_path, O_RDONLY);
125 if (!ASSERT_GE(rm_fd, 0, "open(tmp_exec_path)"))
133 * forks a child process that executes tmp_exec_path and tries to
137 err = run_self_unlink(skel, tmp_exec_path);

Completed in 78 milliseconds