Home
last modified time | relevance | path

Searched refs:g_access (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/wildmidi/
Dgstwildmididec.c169 if (path && (g_access (path, R_OK) == -1)) { in gst_wildmidi_get_config_path()
179 if (path && (g_access (path, R_OK) == -1)) { in gst_wildmidi_get_config_path()
190 if (path && (g_access (path, R_OK) == -1)) { in gst_wildmidi_get_config_path()
201 if (path && (g_access (path, R_OK) == -1)) { in gst_wildmidi_get_config_path()
210 if (path && (g_access (path, R_OK) == -1)) { in gst_wildmidi_get_config_path()
221 if (path && (g_access (path, R_OK) == -1)) { in gst_wildmidi_get_config_path()
232 if (path && (g_access (path, R_OK) == -1)) { in gst_wildmidi_get_config_path()
/third_party/glib/glib/
Dgstdio.h84 int g_access (const gchar *filename,
109 int g_access (const gchar *filename,
Dgstdio.c933 g_access (const gchar *filename, in g_access() function
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpreset.c293 can_write = (g_access (gst_dir, R_OK | W_OK | X_OK) == 0); in gst_preset_suite()
/third_party/glib/gio/
Dglocalfileinfo.c858 parent_info->writable = (g_access (dir, W_OK) == 0); in _g_local_file_info_get_parent_info()
904 g_access (path, R_OK) == 0); in get_access_rights()
909 g_access (path, W_OK) == 0); in get_access_rights()
914 g_access (path, X_OK) == 0); in get_access_rights()
Dgunixmounts.c2951 if (g_access (path, R_OK|X_OK) != 0) in g_unix_mount_guess_should_display()
2964 g_access (mount_path, R_OK|X_OK) != 0) in g_unix_mount_guess_should_display()
Dgdesktopappinfo.c209 if (g_access (dir->path, R_OK | X_OK) == 0) in desktop_file_dir_get_alternative_dir()
215 while (g_access (parent, R_OK | X_OK) != 0) in desktop_file_dir_get_alternative_dir()
4006 return g_access (info->filename, W_OK) == 0; in g_desktop_app_info_can_delete()
Dglocalfile.c1902 res = g_access (topdir, W_OK) == 0; in _g_local_file_has_trash_dir()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dprofile.c695 can_write = (g_access (gst_dir, R_OK | W_OK | X_OK) == 0); in profile_suite()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1691 g_access
/third_party/glib/glib/tests/
Dfileutils.c1377 ret = g_access ("test-creat", F_OK); in test_stdio_wrappers()
/third_party/glib/
DNEWS12285 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as
12542 - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]