Home
last modified time | relevance | path

Searched refs:g_chmod (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/glib/glib/
Dgstdio.h38 #define g_chmod chmod macro
74 int g_chmod (const gchar *filename,
Dgstdio.c131 g_chmod (const gchar *filename, in g_chmod() function
Dgaliasdef.c2654 #undef g_chmod
2655 extern __typeof (g_chmod) g_chmod __attribute((alias("IA__g_chmod"), visibility("default")));
Dgalias.h2647 extern __typeof (g_chmod) IA__g_chmod __attribute((visibility("hidden")));
2648 #define g_chmod IA__g_chmod macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1124 g_chmod
/external/bluetooth/glib/gio/
Dglocalfileinfo.c1826 if (g_chmod (filename, val) == -1) in set_unix_mode()
/external/bluetooth/glib/
DChangeLog.pre-2-8762 * glib/glib.symbols (g_access, g_chmod, g_creat): Wrap also
DNEWS2167 - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]