Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgstdio.h50 int g_access (const gchar *filename,
71 int g_access (const gchar *filename,
Dgstdio.c80 g_access (const gchar *filename, in g_access() function
Dgaliasdef.c2688 #undef g_access
2689 extern __typeof (g_access) g_access __attribute((alias("IA__g_access"), visibility("default")));
Dgalias.h2681 extern __typeof (g_access) IA__g_access __attribute((visibility("hidden")));
2682 #define g_access IA__g_access macro
/external/bluetooth/glib/gio/
Dglocalfileinfo.c810 parent_info->writable = (g_access (dir, W_OK) == 0); in _g_local_file_info_get_parent_info()
847 g_access (path, R_OK) == 0); in get_access_rights()
852 g_access (path, W_OK) == 0); in get_access_rights()
857 g_access (path, X_OK) == 0); in get_access_rights()
Dgunixmounts.c1959 if (g_access (path, R_OK|X_OK) != 0) in g_unix_mount_guess_should_display()
1972 g_access (mount_path, R_OK|X_OK) != 0) in g_unix_mount_guess_should_display()
Dglocalfile.c1692 res = g_access (topdir, W_OK) == 0; in _g_local_file_has_trash_dir()
Dgdesktopappinfo.c1679 return g_access (info->filename, W_OK) == 0; in g_desktop_app_info_can_delete()
DChangeLog494 gunixmounts.c: Use g_access() to check accessibility of local devices.
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1125 g_access
/external/bluetooth/glib/
DChangeLog.pre-2-181131 * glib/gstdio.c (g_access): Define X_OK if necessary (MSVC).
1162 * glib/gstdio.c (g_access) [Win32]: Mask out X_OK to avoid problem
DChangeLog.pre-2-8762 * glib/glib.symbols (g_access, g_chmod, g_creat): Wrap also
DChangeLog.pre-2-10430 * glib/gstdio.h: don't macroized g_access, g_chdir, and g_unlink
DNEWS1910 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as
2167 - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]