Searched refs:g_remove (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgstdio.h45 #define g_remove remove macro
100 int g_remove (const gchar *filename);
H A Dgstdio.c555 * g_remove:
581 g_remove (const gchar *filename) function
H A Dgaliasdef.c2675 #undef g_remove macro
2676 extern __typeof (g_remove) g_remove __attribute((alias("IA__g_remove"), visibility("default")));
H A Dgalias.h2668 extern __typeof (g_remove) IA__g_remove __attribute((visibility("hidden")));
2669 #define g_remove IA__g_remove macro
/external/bluetooth/glib/tests/
H A Dmapping-test.c178 g_remove ("STOP");
/external/webkit/WebCore/platform/gtk/
H A DFileSystemGtk.cpp102 result = g_remove(filename) == 0;
/external/bluetooth/glib/gio/
H A Dglocalfile.c1349 if (g_remove (local->filename) == -1)
1818 g_remove (trashdir);
H A Dgdesktopappinfo.c1692 if (g_remove (info->filename) == 0)

Completed in 128 milliseconds