Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dreadwrite.c149 fd = g_file_open_tmp ("readwrite_XXXXXX", in test_g_file_open_readwrite()
194 fd = g_file_open_tmp ("readwrite_XXXXXX", in test_g_file_create_readwrite()
244 fd = g_file_open_tmp ("readwrite_XXXXXX", in test_g_file_replace_readwrite()
/third_party/glib/glib/tests/
Dio-channel.c40 fd = g_file_open_tmp ("glib-test-io-channel-XXXXXX", &filename, &local_error); in test_read_line_embedded_nuls()
Dfileutils.c876 fd = g_file_open_tmp ("testXXXXXXtest", &name, &error); in test_file_open_tmp()
884 fd = g_file_open_tmp (NULL, &name, &error); in test_file_open_tmp()
893 fd = g_file_open_tmp ("test/XXXXXX", &name, &error); in test_file_open_tmp()
899 fd = g_file_open_tmp ("XXXXxX", &name, &error); in test_file_open_tmp()
955 fd = g_file_open_tmp (NULL, &name, &error); in test_set_contents()
1045 fd = g_file_open_tmp (NULL, &file_name, &error); in test_set_contents_full()
1168 fd = g_file_open_tmp (NULL, &file_name, &error); in test_set_contents_full_read_only_file()
Dspawn-singlethread.c449 tmp_fd = g_file_open_tmp ("glib-spawn-test-XXXXXX", NULL, NULL); in test_spawn_fd_assignment_clash()
Dmainloop.c1721 fd = g_file_open_tmp (NULL, &tmpfile, &error); in test_nfds()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dallocators.c77 fd = g_file_open_tmp (NULL, NULL, &error); in GST_START_TEST()
/third_party/glib/gio/
Dglib-compile-resources.c326 fd = g_file_open_tmp ("resource-XXXXXXXX", &tmp_file, error); in end_element()
383 fd = g_file_open_tmp ("resource-XXXXXXXX", &tmp_file, error); in end_element()
431 fd = g_file_open_tmp ("resource-XXXXXXXX", &tmp_file, error); in end_element()
966 int fd = g_file_open_tmp (NULL, &binary_target, NULL); in main()
Dgtestdbus.c555 fd = g_file_open_tmp ("g-test-dbus-XXXXXX", &path, &error); in write_config_file()
Dgdbusserver.c913 fd = g_file_open_tmp ("gdbus-nonce-file-XXXXXX", in try_tcp()
Dgfile.c6578 fd = g_file_open_tmp (tmpl, &path, error); in g_file_new_tmp()
/third_party/glib/glib/
Dgfileutils.h157 gint g_file_open_tmp (const gchar *tmpl,
Dgfileutils.c1822 g_file_open_tmp (const gchar *tmpl, in g_file_open_tmp() function
2990 return g_file_open_tmp (tmpl, name_used, error); in g_file_open_tmp_utf8()
/third_party/glib/tests/
Dtestglib.c1230 fd = g_file_open_tmp (template, &name_used, &error); in test_file_functions()
1246 fd = g_file_open_tmp (template, &name_used, &error); in test_file_functions()
1262 fd = g_file_open_tmp (template, &name_used, &error); in test_file_functions()
1274 fd = g_file_open_tmp (NULL, &name_used, &error); in test_file_functions()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1652 g_file_open_tmp
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c168 check_fd = g_file_open_tmp (NULL, &name, NULL); in setup_lock()
/third_party/glib/
DNEWS8923 627969 ABR in g_file_open_tmp
10592 566348 g_file_open_tmp uses the wrong g_mkstemp on win32