Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dlive-g-file.c373 res = g_file_query_exists (child, NULL); in file_exists()
508 res = g_file_query_exists (root, NULL); in test_initial_structure()
672 res = g_file_query_exists (root, NULL); in test_traverse_structure()
700 res = g_file_query_exists (root, NULL); in test_enumerate()
879 res = g_file_query_exists (root, NULL); in test_copy_move()
971 res = g_file_query_exists (root, NULL); in test_create()
1058 res = g_file_query_exists (root, NULL); in test_open()
1130 res = g_file_query_exists (root, NULL); in test_delete()
1200 res = g_file_query_exists (root, NULL); in test_make_directory_with_parents()
1213 res = g_file_query_exists (child, NULL); in test_make_directory_with_parents()
[all …]
Dfile.c421 g_assert_true (g_file_query_exists (data->file, NULL)); in created_cb()
482 g_assert_false (g_file_query_exists (data->file, NULL)); in test_create_delete()
634 g_assert_false (g_file_query_exists (data->file, NULL)); in loaded_cb()
674 g_assert_false (g_file_query_exists (data->file, NULL)); in test_replace_load()
861 g_assert_false (g_file_query_exists (target_file, NULL)); in test_replace_symlink()
906 g_assert_false (g_file_query_exists (target_file, NULL)); in test_replace_symlink()
1024 g_assert_false (g_file_query_exists (target_file, NULL)); in create_test_file()
1065 g_assert_false (g_file_query_exists (test_file, NULL)); in check_test_file()
1140 g_assert_true (g_file_query_exists (symlink_target_file, NULL)); in check_test_file()
1142 g_assert_false (g_file_query_exists (symlink_target_file, NULL)); in check_test_file()
[all …]
/third_party/gstreamer/gstreamer/tests/validate/
Dgst-tester.c173 if (g_file_query_exists (f, NULL)) { in main()
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgiosrc.c115 if (!g_file_query_exists (src->file, bsrc->cancel)) { in gst_gio_src_check_deleted()
/third_party/glib/gio/
Dgfile.h777 gboolean g_file_query_exists (GFile *file,
Dgfile.c1179 g_file_query_exists (GFile *file, in g_file_query_exists() function
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt122 g_file_query_exists
/third_party/glib/
DNEWS11229 520700 Add type check in g_file_query_exists