/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | multifile.c | 125 fail_if (g_remove (s) != 0); in GST_START_TEST() 131 fail_if (g_remove (my_tmpdir) != 0); in GST_START_TEST() 172 fail_unless (g_remove (s) != 0); in GST_START_TEST() 179 fail_if (g_remove (s) != 0); in GST_START_TEST() 182 fail_if (g_remove (my_tmpdir) != 0); in GST_START_TEST() 250 fail_if (g_remove (s) != 0); in GST_START_TEST() 262 fail_if (g_remove (my_tmpdir) != 0); in GST_START_TEST() 319 fail_if (g_remove (s) != 0); in GST_START_TEST() 322 fail_if (g_remove (my_tmpdir) != 0); in GST_START_TEST()
|
D | splitmuxsrc.c | 60 fail_if (g_remove (fname) != 0, "Failed to remove tmp file %s", fname); in tempdir_cleanup() 65 fail_if (g_remove (tmpdir) != 0, "Failed to delete tmpdir %s", tmpdir); in tempdir_cleanup()
|
D | splitmuxsinktimecode.c | 66 fail_if (g_remove (fname) != 0, "Failed to remove tmp file %s", fname); in tempdir_cleanup() 71 fail_if (g_remove (tmpdir) != 0, "Failed to delete tmpdir %s", tmpdir); in tempdir_cleanup()
|
D | splitmuxsink.c | 60 fail_if (g_remove (fname) != 0, "Failed to remove tmp file %s", fname); in tempdir_cleanup() 65 fail_if (g_remove (tmpdir) != 0, "Failed to delete tmpdir %s", tmpdir); in tempdir_cleanup()
|
/third_party/libsoup/tests/ |
D | hsts-db-test.c | 131 g_remove (DB_FILE); in do_hsts_db_persistency_test() 145 g_remove (DB_FILE); in do_hsts_db_subdomains_test() 160 g_remove (DB_FILE); in do_hsts_db_large_max_age_test()
|
/third_party/glib/gio/tests/ |
D | appmonitor.c | 50 g_remove (path); in delete_app() 110 g_remove (app_path); in test_app_monitor()
|
D | g-file-info.c | 450 g_remove (ps); in test_internal_enhanced_stdio() 493 g_remove (ps); in test_internal_enhanced_stdio() 672 g_remove (p0); in test_internal_enhanced_stdio() 673 g_remove (p1); in test_internal_enhanced_stdio()
|
D | g-file-info-filesystem-readonly.c | 68 if (g_remove (file) != 0) in assert_remove()
|
D | gsettings.c | 1875 g_assert_no_errno (g_remove (store_path)); in test_keyfile() 1959 g_assert_no_errno (g_remove (store_path)); in test_keyfile_no_path() 1988 g_remove (store_path); in test_keyfile_outside_root_path() 2018 g_remove (store_path); in test_keyfile_no_root_group() 3041 g_remove ("org.gtk.test.enums.xml"); in main() 3059 g_remove ("gschemas.compiled"); in main() 3068 g_remove ("schema-source/gschemas.compiled"); in main() 3075 g_remove ("schema-source-corrupt/gschemas.compiled"); in main() 3083 g_remove ("schema-source-empty/gschemas.compiled"); in main()
|
D | mimeapps.c | 180 g_remove (mimeapps); in setup()
|
/third_party/glib/glib/ |
D | gstdio.h | 76 #define g_remove remove macro 148 int g_remove (const gchar *filename);
|
D | gstdio.c | 1466 g_remove (const gchar *filename) in g_remove() function
|
D | gtestutils.c | 1403 (void) g_remove (path); in rm_rf()
|
/third_party/glib/glib/tests/ |
D | fileutils.c | 447 g_remove (p2); in test_mkdir_with_parents_1() 448 g_remove (p1); in test_mkdir_with_parents_1() 449 g_remove (p0); in test_mkdir_with_parents_1() 494 g_remove (p2); in test_mkdir_with_parents_1() 495 g_remove (p1); in test_mkdir_with_parents_1() 496 g_remove (p0); in test_mkdir_with_parents_1() 510 g_remove ("hum"); in test_mkdir_with_parents() 514 g_remove ("hii/haa/hee"); in test_mkdir_with_parents() 515 g_remove ("hii/haa"); in test_mkdir_with_parents() 516 g_remove ("hii"); in test_mkdir_with_parents() [all …]
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | filesink.c | 214 g_remove (tmp_fn); in create_temporary_file() 326 g_remove (tmp_fn); in GST_START_TEST() 378 g_remove (tmp_fn); in GST_START_TEST()
|
/third_party/glib/tests/ |
D | mapping-test.c | 200 g_remove ("STOP"); in test_child_private()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstmultifilesink.c | 971 g_remove (filename); in gst_multi_file_sink_ensure_max_files()
|
/third_party/glib/gio/ |
D | glocalfile.c | 1475 if (g_remove (local->filename) == -1) in g_local_file_delete() 2110 g_remove (trashdir); in g_local_file_trash()
|
D | gdesktopappinfo.c | 4019 if (g_remove (info->filename) == 0) in g_desktop_app_info_delete()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1685 g_remove
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmux.c | 777 g_remove (qtmux->fast_start_file_path); in gst_qt_mux_reset()
|
/third_party/glib/ |
D | NEWS | 12097 334799 g_remove() must check return value of remove()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 97470 …gst/gstregistrybinary.c: Use g_remove() and g_rename(). Check result of g_rename(), and don't leak… 97473 Use g_remove() and g_rename(). Check result of g_rename(), and 109809 …gst/gstregistryxml.c: Use g_remove and g_rename instead of remove and rename that don't handle utf… 109812 Use g_remove and g_rename instead of remove and rename that don't
|