Searched refs:g_file_open_tmp (Results 1 – 16 of 16) sorted by relevance
/third_party/glib/gio/tests/ |
D | readwrite.c | 149 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/ |
D | io-channel.c | 40 fd = g_file_open_tmp ("glib-test-io-channel-XXXXXX", &filename, &local_error); in test_read_line_embedded_nuls()
|
D | fileutils.c | 876 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()
|
D | spawn-singlethread.c | 449 tmp_fd = g_file_open_tmp ("glib-spawn-test-XXXXXX", NULL, NULL); in test_spawn_fd_assignment_clash()
|
D | mainloop.c | 1721 fd = g_file_open_tmp (NULL, &tmpfile, &error); in test_nfds()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | allocators.c | 77 fd = g_file_open_tmp (NULL, NULL, &error); in GST_START_TEST()
|
/third_party/glib/gio/ |
D | glib-compile-resources.c | 326 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()
|
D | gtestdbus.c | 555 fd = g_file_open_tmp ("g-test-dbus-XXXXXX", &path, &error); in write_config_file()
|
D | gdbusserver.c | 913 fd = g_file_open_tmp ("gdbus-nonce-file-XXXXXX", in try_tcp()
|
D | gfile.c | 6578 fd = g_file_open_tmp (tmpl, &path, error); in g_file_new_tmp()
|
/third_party/glib/glib/ |
D | gfileutils.h | 157 gint g_file_open_tmp (const gchar *tmpl,
|
D | gfileutils.c | 1822 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/ |
D | testglib.c | 1230 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/ |
D | glib-sections.txt | 1652 g_file_open_tmp
|
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/ |
D | ipcpipeline.c | 168 check_fd = g_file_open_tmp (NULL, &name, NULL); in setup_lock()
|
/third_party/glib/ |
D | NEWS | 8923 627969 ABR in g_file_open_tmp 10592 566348 g_file_open_tmp uses the wrong g_mkstemp on win32
|