Searched refs:g_file_make_directory (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/gio/ |
D | gio-tool-mkdir.c | 98 if (!g_file_make_directory (file, NULL, &error)) in handle_mkdir()
|
D | gfile.c | 3792 g_file_make_directory (GFile *file, in g_file_make_directory() function 3922 g_file_make_directory (file, cancellable, &my_error); in g_file_make_directory_with_parents() 3948 g_file_make_directory (parent_file, cancellable, &my_error); in g_file_make_directory_with_parents() 3971 g_file_make_directory ((GFile *) l->data, cancellable, &my_error); in g_file_make_directory_with_parents() 3996 return g_file_make_directory (file, cancellable, error); in g_file_make_directory_with_parents() 6009 if (g_file_make_directory (G_FILE (object), cancellable, &error)) in make_directory_async_thread()
|
D | gfile.h | 930 gboolean g_file_make_directory (GFile *file,
|
/third_party/glib/gio/tests/ |
D | testfilemonitor.c | 592 g_file_make_directory (data.file, NULL, &error); in test_dir_monitor() 631 g_file_make_directory (parent, NULL, &error); in nodir_step() 798 g_file_make_directory (data[0].file, NULL, &error); in test_cross_dir_moves() 813 g_file_make_directory (data[1].file, NULL, &error); in test_cross_dir_moves()
|
D | live-g-file.c | 223 res = g_file_make_directory (child, NULL, &error); in create_empty_dir() 265 g_file_make_directory (root, NULL, &error); in test_create_structure() 1257 g_file_make_directory (child, NULL, NULL); in test_make_directory_with_parents()
|
D | file.c | 995 g_file_make_directory (test_file, NULL, &local_error); in create_test_file()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 152 g_file_make_directory
|
/third_party/glib/ |
D | NEWS | 5670 - asynchronous version of g_file_trash() and g_file_make_directory() 11162 534764 Typo in error produced by g_file_make_directory
|