Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dtcp.c328 int orig_fd, *new_fds, new_fds_len; in GST_START_TEST() local
333 orig_fd = mkstemp (tmpfilename); in GST_START_TEST()
334 fail_unless (orig_fd > 0); in GST_START_TEST()
336 fstat (orig_fd, &orig_stat); in GST_START_TEST()
339 fail_unless (g_unix_fd_message_append_fd ((GUnixFDMessage *) msg, orig_fd, in GST_START_TEST()
341 close (orig_fd); in GST_START_TEST()
342 orig_fd = -1; in GST_START_TEST()