Home
last modified time | relevance | path

Searched refs:g_file_create (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/glib/gio/
Dgio.symbols257 g_file_create
Dgfile.h481 GFileOutputStream * g_file_create (GFile *file,
Dgfile.c1521 g_file_create (GFile *file, in g_file_create() function
2368 out = (GOutputStream *)g_file_create (destination, 0, cancellable, error); in file_copy_fallback()
DChangeLog2573 * gfile.c (g_file_create):
/external/bluetooth/glib/docs/reference/gio/
Dgio-sections.txt61 g_file_create
/external/bluetooth/glib/gio/tests/
Dlive-g-file.c830 os = g_file_create (child, item.create_flags, NULL, &error); in test_create()