Home | History | Annotate | Download | only in tests

Lines Matching refs:dst_dir

649   GFile *dst_dir, *src_file, *dst_file;
655 dst_dir = g_file_get_child (root, target_dir);
656 g_assert (dst_dir != NULL);
659 dst_file = g_file_get_child (dst_dir, item.filename);
728 g_object_unref (dst_dir);