Searched defs:g_stat (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgstdio.h43 #define g_stat stat macro
92 int g_stat (const gchar *filename,
H A Dgstdio.c426 * g_stat:
445 g_stat (const gchar *filename, function
489 * is identical to g_stat().
506 return g_stat (filename, buf);
H A Dgalias.h2662 extern __typeof (g_stat) IA__g_stat __attribute((visibility("hidden")));
2663 #define g_stat IA__g_stat macro
H A Dgaliasdef.c2669 #undef g_stat macro
2670 extern __typeof (g_stat) g_stat __attribute((alias("IA__g_stat"), visibility("default")));

Completed in 134 milliseconds