Home | History | Annotate | Download | only in gio

Lines Matching full:parent_file

2801   GFile *parent_file, *work_file;
2822 parent_file = g_file_get_parent (work_file);
2823 if (parent_file == NULL)
2825 result = g_file_make_directory (parent_file, cancellable, &my_error);
2828 list = g_list_prepend (list, parent_file);
2830 work_file = parent_file;