Searched refs:tmpfilename (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/test/recipes/ |
D | 90-test_sslapi.t | 21 (undef, my $tmpfilename) = tempfile(); 25 "passwd.txt"), $tmpfilename])), 28 unlink $tmpfilename;
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | allocators.c | 41 char tmpfilename[] = "/tmp/dmabuf-test.XXXXXX"; in GST_START_TEST() local 47 fd = mkstemp (tmpfilename); in GST_START_TEST() 49 fail_unless (g_unlink (tmpfilename) == 0); in GST_START_TEST()
|
/third_party/boost/libs/spirit/classic/test/ |
D | bug_fixes.cpp | 311 const char* tmpfilename = "sf_bug_742038.tmp"; in sf_bug_742038() local 320 std::fstream f(tmpfilename, std::ios::out); in sf_bug_742038() 324 file_iterator<> b1(tmpfilename); in sf_bug_742038() 329 std::remove(tmpfilename); in sf_bug_742038()
|
/third_party/quickjs/ |
D | jscompress.c | 840 char tmpfilename[1024]; in main() local 887 snprintf(tmpfilename, sizeof(tmpfilename), "out.%d", getpid()); in main() 889 snprintf(tmpfilename, sizeof(tmpfilename), "/tmp/out.%d", getpid()); in main() 891 fname = tmpfilename; in main()
|
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/ |
D | tcp.c | 326 char tmpfilename[] = "/tmp/tcp-test.XXXXXX"; in GST_START_TEST() local 333 orig_fd = mkstemp (tmpfilename); in GST_START_TEST() 335 fail_unless (unlink (tmpfilename) == 0); in GST_START_TEST()
|
/third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
D | sendmsg01.c | 622 static char tmpfilename[1024]; variable 630 strcpy(tmpfilename, "sockXXXXXX"); in setup4() 631 tfd = mkstemp(tmpfilename); in setup4()
|
/third_party/ffmpeg/libavformat/ |
D | dashdec.c | 1638 char *tmpfilename; in get_current_fragment() local 1644 tmpfilename = av_mallocz(c->max_url_size); in get_current_fragment() 1645 if (!tmpfilename) { in get_current_fragment() 1649 …ff_dash_fill_tmpl_params(tmpfilename, c->max_url_size, pls->url_template, 0, pls->cur_seq_no, 0, g… in get_current_fragment() 1650 seg->url = av_strireplace(pls->url_template, pls->url_template, tmpfilename); in get_current_fragment() 1656 av_free(tmpfilename); in get_current_fragment() 1661 av_free(tmpfilename); in get_current_fragment()
|
/third_party/glib/gobject/ |
D | glib-mkenums.in | 797 tmpfilename = tmpfile.name 806 os.rename(tmpfilename, options.output)
|
/third_party/openssl/test/ |
D | sslapitest.c | 50 static char *tmpfilename = NULL; variable 5172 if (!TEST_true(create_new_vfile(userid, password, tmpfilename))) in test_srp() 5174 tstsrpfile = tmpfilename; in test_srp() 6855 || !TEST_ptr(tmpfilename = test_get_argument(2))) in setup_tests()
|