Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/tests/
Dlive-g-file.c649 GFile *dst_dir, *src_file, *dst_file; in do_copy_move() local
655 dst_dir = g_file_get_child (root, target_dir); in do_copy_move()
656 g_assert (dst_dir != NULL); in do_copy_move()
659 dst_file = g_file_get_child (dst_dir, item.filename); in do_copy_move()
728 g_object_unref (dst_dir); in do_copy_move()