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

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

Completed in 200 milliseconds