Home
last modified time | relevance | path

Searched refs:G_FILE_TEST_IS_DIR (Results 1 – 15 of 15) sorted by relevance

/third_party/glib/tests/
Dfile-test.c127 g_assert (g_file_test (template, G_FILE_TEST_IS_DIR)); in test_mkdtemp()
144 g_assert (g_file_test (template, G_FILE_TEST_IS_DIR)); in test_mkdtemp()
/third_party/glib/glib/
Dgfileutils.h70 G_FILE_TEST_IS_DIR = 1 << 2, enumerator
Dgfileutils.c238 if (!g_file_test (pathname, G_FILE_TEST_IS_DIR)) in g_mkdir_with_parents()
277 else if (!g_file_test (fn, G_FILE_TEST_IS_DIR)) in g_mkdir_with_parents()
387 if (test & G_FILE_TEST_IS_DIR) in g_file_test()
471 G_FILE_TEST_IS_DIR | in g_file_test()
481 if ((test & G_FILE_TEST_IS_DIR) && S_ISDIR (s.st_mode)) in g_file_test()
Dgutils.c342 !g_file_test (program, G_FILE_TEST_IS_DIR)) in inner_find_program_in_path()
445 !g_file_test (startp, G_FILE_TEST_IS_DIR)) in inner_find_program_in_path()
795 g_file_test (home_dir, G_FILE_TEST_IS_DIR))) in g_build_home_dir()
/third_party/glib/gio/tests/
Dtrash.c112 if (!g_file_test (target, G_FILE_TEST_IS_DIR)) in test_trash_symlinks()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-target.c851 if (g_file_test (ltmp, G_FILE_TEST_IS_DIR)) { in get_matching_filenames()
1137 if (g_file_test (ltmp, G_FILE_TEST_IS_DIR)) { in get_categories()
1240 if (g_file_test (ltmp, G_FILE_TEST_IS_DIR)) { in get_all_targets()
/third_party/libsoup/examples/
Dsimple-httpd.c88 if (g_file_test (path, G_FILE_TEST_IS_DIR)) { in do_get()
/third_party/glib/glib/tests/
Dfileutils.c466 if (!g_file_test (p2, G_FILE_TEST_IS_DIR)) in test_mkdir_with_parents_1()
469 if (!g_file_test (p1, G_FILE_TEST_IS_DIR)) in test_mkdir_with_parents_1()
472 if (!g_file_test (p0, G_FILE_TEST_IS_DIR)) in test_mkdir_with_parents_1()
846 g_assert_true (g_file_test (name, G_FILE_TEST_IS_DIR)); in test_dir_make_tmp()
853 g_assert_true (g_file_test (name, G_FILE_TEST_IS_DIR)); in test_dir_make_tmp()
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0r.c650 } else if (g_file_test (filename, G_FILE_TEST_IS_DIR)) { in register_plugins()
/third_party/glib/gio/
Dgresource.c277 if (g_file_test (fullname, G_FILE_TEST_IS_DIR)) in enumerate_overlay_dir()
Dgcontenttype.c894 if (g_file_test (name, G_FILE_TEST_IS_DIR)) in enumerate_mimetypes_dir()
Dgdbusauthmechanismsha1.c325 if (g_file_test (path, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR)) in ensure_keyring_directory()
Dgdesktopappinfo.c750 else if (g_file_test (filename, G_FILE_TEST_IS_DIR)) in get_apps_from_dir()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
DWPEThreadedView.cpp187 …const gchar *path = g_file_test (local_path, G_FILE_TEST_IS_DIR) ? local_path : G_STRINGIFY (WPE_E… in initialize_web_extensions()
/third_party/libsoup/libsoup/
Dsoup-cache.c963 if (!g_file_test (priv->cache_dir, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR)) in soup_cache_set_property()