Searched refs:g_file_make_directory (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/glib/gio/tests/ |
D | live-g-file.c | 153 res = g_file_make_directory (child, NULL, &error); in create_empty_dir() 195 res = g_file_make_directory (root, NULL, NULL); in test_create_structure()
|
/external/bluetooth/glib/gio/ |
D | gfile.c | 2749 g_file_make_directory (GFile *file, in g_file_make_directory() function 2808 result = g_file_make_directory (file, cancellable, &my_error); in g_file_make_directory_with_parents() 2825 result = g_file_make_directory (parent_file, cancellable, &my_error); in g_file_make_directory_with_parents() 2835 result = g_file_make_directory ((GFile *) l->data, cancellable, &my_error); in g_file_make_directory_with_parents() 2851 return g_file_make_directory (file, cancellable, error); in g_file_make_directory_with_parents()
|
D | gio.symbols | 288 g_file_make_directory
|
D | gfile.h | 624 gboolean g_file_make_directory (GFile *file,
|
D | ChangeLog | 1132 * gfile.c (g_file_make_directory)
|
/external/bluetooth/glib/docs/reference/gio/ |
D | gio-sections.txt | 93 g_file_make_directory
|
/external/bluetooth/glib/ |
D | NEWS | 821 534764 Typo in error produced by g_file_make_directory
|