Home
last modified time | relevance | path

Searched refs:G_FILE_TEST_EXISTS (Results 1 – 25 of 31) sorted by relevance

12

/third_party/glib/glib/tests/
Dspawn-singlethread.c507 if (!g_file_test (echo_prog_path, G_FILE_TEST_EXISTS)) in main()
513 if (!g_file_test (echo_script_path, G_FILE_TEST_EXISTS)) in main()
520 g_assert (g_file_test (echo_prog_path, G_FILE_TEST_EXISTS)); in main()
521 g_assert (g_file_test (echo_script_path, G_FILE_TEST_EXISTS)); in main()
Dspawn-multithreaded.c226 if (!g_file_test (echo_prog_path, G_FILE_TEST_EXISTS)) in main()
233 g_assert (g_file_test (echo_prog_path, G_FILE_TEST_EXISTS)); in main()
Dfileutils.c451 if (g_file_test (p0, G_FILE_TEST_EXISTS)) in test_mkdir_with_parents_1()
454 if (g_file_test (p1, G_FILE_TEST_EXISTS)) in test_mkdir_with_parents_1()
457 if (g_file_test (p2, G_FILE_TEST_EXISTS)) in test_mkdir_with_parents_1()
476 if (g_file_test (p2, G_FILE_TEST_EXISTS)) in test_mkdir_with_parents_1()
480 if (g_file_test (p1, G_FILE_TEST_EXISTS)) in test_mkdir_with_parents_1()
1080 g_assert_false (g_file_test (file_name, G_FILE_TEST_EXISTS)); in test_set_contents_full()
1444 if (g_file_test (path, G_FILE_TEST_EXISTS)) in test_fopen_modes()
Dmarkup-parse.c281 if (g_file_test (expected_file, G_FILE_TEST_EXISTS)) in test_parse()
/third_party/glib/tests/
Dmapping-test.c54 stop = g_file_test ("STOP", G_FILE_TEST_EXISTS); in check_stop()
201 g_assert (!g_file_test ("STOP", G_FILE_TEST_EXISTS)); in test_child_private()
/third_party/glib/gio/
Dgportalsupport.c36 if (g_file_test (path, G_FILE_TEST_EXISTS)) in read_flatpak_info()
Dglib-compile-resources.c190 exists = g_file_test (real_file, G_FILE_TEST_EXISTS); in find_file()
252 exists = g_file_test (file, G_FILE_TEST_EXISTS); in end_element()
Dgdbusauthmechanismsha1.c325 if (g_file_test (path, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR)) in ensure_keyring_directory()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvadevice.c113 if (!g_file_test (path, G_FILE_TEST_EXISTS)) in gst_va_device_find_devices()
/third_party/glib/gio/kqueue/
Dkqueue-missing.c96 if (!g_file_test (sub->filename, G_FILE_TEST_EXISTS)) in _kh_file_appeared_cb()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dstress-playbin.c78 } else if (g_file_test (arg, G_FILE_TEST_EXISTS)) { in check_arg()
/third_party/glib/gio/tests/
Ddesktop-app-info.c69 res = g_file_test (filename, G_FILE_TEST_EXISTS); in test_delete()
78 res = g_file_test (filename, G_FILE_TEST_EXISTS); in test_delete()
83 if (g_file_test ("/usr/share/applications/gedit.desktop", G_FILE_TEST_EXISTS)) in test_delete()
Dg-file-info-filesystem-readonly.c120 !g_file_test ("/dev/fuse", G_FILE_TEST_EXISTS)) in test_filesystem_readonly()
/third_party/glib/glib/
Dgfileutils.h72 G_FILE_TEST_EXISTS = 1 << 4 enumerator
Dgfileutils.c264 if (!g_file_test (fn, G_FILE_TEST_EXISTS)) in g_mkdir_with_parents()
378 if (test & G_FILE_TEST_EXISTS) in g_file_test()
446 if ((test & G_FILE_TEST_EXISTS) && (access (filename, F_OK) == 0)) in g_file_test()
1394 if (!g_file_test (filename, G_FILE_TEST_EXISTS)) in g_file_set_contents_full()
/third_party/gstreamer/gstplugins_base/tests/examples/app/
Dappsink-src.c131 if (!g_file_test (filename, G_FILE_TEST_EXISTS)) { in main()
/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxobjectdetector.cpp366 (GFileTest) (G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR))) { in gst_onnx_object_detector_set_property()
379 (GFileTest) (G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR))) { in gst_onnx_object_detector_set_property()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dv4l2-utils.c146 if (g_file_test (device, G_FILE_TEST_EXISTS)) { in gst_v4l2_iterator_next()
/third_party/libsoup/libsoup/
Dsoup-cookie-jar-text.c338 if (!g_file_test (priv->filename, G_FILE_TEST_EXISTS)) in soup_cookie_jar_text_changed()
/third_party/gstreamer/gstplugins_bad/ext/colormanagement/
Dgstlcms.c330 (GFileTest) (G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR))) { in gst_lcms_set_property()
346 (GFileTest) (G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR))) { in gst_lcms_set_property()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-target.c843 if (g_file_test (tmp, G_FILE_TEST_EXISTS)) in get_matching_filenames()
854 if (g_file_test (tmp, G_FILE_TEST_EXISTS)) in get_matching_filenames()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmpg123audiodec.c498 g_file_test (full_filename, G_FILE_TEST_IS_REGULAR | G_FILE_TEST_EXISTS); in is_test_file_available()
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dencoding.c125 if (g_file_test (res, G_FILE_TEST_EXISTS)) { in generate_filename()
/third_party/weston/compositor/
Dcms-colord.c410 if (!g_file_test(pnp_ids_fn[i], G_FILE_TEST_EXISTS)) in colord_load_pnp_ids()
/third_party/gstreamer/gstreamer/gst/
Dgstpreset.c758 if (g_file_test (bak_file_name, G_FILE_TEST_EXISTS)) { in gst_preset_default_save_presets_file()

12