Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_msg.c58 static char *send_file1_name; variable
283 send_file1 = open_tmp_file (&send_file1_name); in setup_pipe()
307 if (send_file1_name != NULL) { in teardown_pipe()
308 unlink (send_file1_name); in teardown_pipe()
309 free (send_file1_name); in teardown_pipe()
310 send_file1_name = NULL; in teardown_pipe()