Home
last modified time | relevance | path

Searched refs:g_utime (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/glib/glib/
Dgstdio.h48 #define g_utime utime macro
115 int g_utime (const gchar *filename,
Dgstdio.c784 g_utime (const gchar *filename, in g_utime() function
Dgaliasdef.c2684 #undef g_utime
2685 extern __typeof (g_utime) g_utime __attribute((alias("IA__g_utime"), visibility("default")));
Dgalias.h2677 extern __typeof (g_utime) IA__g_utime __attribute((visibility("hidden")));
2678 #define g_utime IA__g_utime macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1128 g_utime
/external/bluetooth/glib/
DChangeLog.pre-2-181157 * glib/glib.symbols: Move g_utime inside #if !defined(G_OS_UNIX)
1170 * glib/gstdio.c: Add g_utime(). No need to include <sys/utime.h>
DNEWS675 * New function: g_utime(), a gstdio wrapper for utime()