Searched refs:g_access (Results 1 – 14 of 14) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gstdio.h | 50 int g_access (const gchar *filename, 71 int g_access (const gchar *filename,
|
D | gstdio.c | 80 g_access (const gchar *filename, in g_access() function
|
D | galiasdef.c | 2688 #undef g_access 2689 extern __typeof (g_access) g_access __attribute((alias("IA__g_access"), visibility("default")));
|
D | galias.h | 2681 extern __typeof (g_access) IA__g_access __attribute((visibility("hidden"))); 2682 #define g_access IA__g_access macro
|
/external/bluetooth/glib/gio/ |
D | glocalfileinfo.c | 810 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()
|
D | gunixmounts.c | 1959 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()
|
D | glocalfile.c | 1692 res = g_access (topdir, W_OK) == 0; in _g_local_file_has_trash_dir()
|
D | gdesktopappinfo.c | 1679 return g_access (info->filename, W_OK) == 0; in g_desktop_app_info_can_delete()
|
D | ChangeLog | 494 gunixmounts.c: Use g_access() to check accessibility of local devices.
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1125 g_access
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-18 | 1131 * 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
|
D | ChangeLog.pre-2-8 | 762 * glib/glib.symbols (g_access, g_chmod, g_creat): Wrap also
|
D | ChangeLog.pre-2-10 | 430 * glib/gstdio.h: don't macroized g_access, g_chdir, and g_unlink
|
D | NEWS | 1910 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 2167 - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
|