Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_local_storage.c94 int err, serv_sk = -1, task_fd = -1, rm_fd = -1; in test_test_local_storage() local
124 rm_fd = open(tmp_exec_path, O_RDONLY); in test_test_local_storage()
125 if (!ASSERT_GE(rm_fd, 0, "open(tmp_exec_path)")) in test_test_local_storage()
129 rm_fd)) in test_test_local_storage()
169 close(rm_fd); in test_test_local_storage()