Home
last modified time | relevance | path

Searched refs:g_build_path (Results 1 – 10 of 10) sorted by relevance

/external/bluetooth/glib/glib/
Dgfileutils.h110 gchar *g_build_path (const gchar *separator,
Dgfileutils.c1508 g_build_path (const gchar *separator, in g_build_path() function
Dgaliasdef.c821 #undef g_build_path
822 extern __typeof (g_build_path) g_build_path __attribute((alias("IA__g_build_path"), visibility("def…
Dgutils.c381 gchar *pathext = g_build_path (";", in g_find_program_in_path()
Dgalias.h814 extern __typeof (g_build_path) IA__g_build_path __attribute((visibility("hidden"))) G_GNUC_MALLOC G…
815 #define g_build_path IA__g_build_path macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1445 g_build_path
/external/bluetooth/glib/
DChangeLog.pre-2-2540 * glib/gfileutils.c (g_build_path):
946 * glib/gfileutils.c: Clarify the behavior of g_build_path()
DChangeLog.pre-2-8497 Variants of g_build_path() and g_build_filename()
DNEWS2651 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
2666 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
DChangeLog.pre-2-01766 * glib/gfileutils.[ch]: Add g_build_path(),
1771 * tests/strfunc-test.c: Add tests for g_build_path(),