Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgfile.c2061 gboolean as_move, in should_copy() argument
2067 if (as_move) in should_copy()
2075 gboolean as_move, in build_attribute_list_for_copy() argument
2089 if (should_copy (&attributes->infos[i], as_move, skip_perms)) in build_attribute_list_for_copy()
2105 if (should_copy (&namespaces->infos[i], as_move, FALSE)) in build_attribute_list_for_copy()
2151 gboolean as_move; in g_file_copy_attributes() local
2155 as_move = flags & G_FILE_COPY_ALL_METADATA; in g_file_copy_attributes()
2166 attrs_to_read = build_attribute_list_for_copy (attributes, namespaces, as_move, skip_perms); in g_file_copy_attributes()