Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgioenums.h216 G_FILE_COPY_OVERWRITE = (1 << 0), enumerator
Dglocalfile.c2148 if (flags & G_FILE_COPY_OVERWRITE) in g_local_file_move()
2192 if (source_is_dir && destination_exist && (flags & G_FILE_COPY_OVERWRITE)) in g_local_file_move()
Dgfile.c1947 if (!tried_delete && (flags & G_FILE_COPY_OVERWRITE) && in copy_symlink()
2020 if (flags & G_FILE_COPY_OVERWRITE) in open_source_for_copy()
2358 if (flags & G_FILE_COPY_OVERWRITE) in file_copy_fallback()
/external/bluetooth/glib/gio/tests/
Dlive-g-file.c668 TEST_OVERWRITE) ? G_FILE_COPY_OVERWRITE : in do_copy_move()