Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dglocalfile.c2111 gboolean destination_exist, source_is_dir; in g_local_file_move() local
2142 destination_exist = FALSE; in g_local_file_move()
2146 destination_exist = TRUE; /* Target file exists */ in g_local_file_move()
2176 if (flags & G_FILE_COPY_BACKUP && destination_exist) in g_local_file_move()
2189 destination_exist = FALSE; /* It did, but no more */ in g_local_file_move()
2192 if (source_is_dir && destination_exist && (flags & G_FILE_COPY_OVERWRITE)) in g_local_file_move()