Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_local_storage.c96 char tmp_exec_path[64]; in test_test_local_storage() local
118 snprintf(tmp_exec_path, sizeof(tmp_exec_path), "%s/copy_of_rm", in test_test_local_storage()
120 snprintf(cmd, sizeof(cmd), "cp /bin/rm %s", tmp_exec_path); in test_test_local_storage()
124 rm_fd = open(tmp_exec_path, O_RDONLY); in test_test_local_storage()
137 err = run_self_unlink(skel, tmp_exec_path); in test_test_local_storage()