Searched refs:dst_dir (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gio/tests/
H A Dlive-g-file.c649 GFile *dst_dir, *src_file, *dst_file; local
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);

Completed in 12 milliseconds