Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgioenums.h218 G_FILE_COPY_NOFOLLOW_SYMLINKS = (1 << 2), enumerator
Dgfile.c2156 source_nofollow_symlinks = flags & G_FILE_COPY_NOFOLLOW_SYMLINKS; in g_file_copy_attributes()
2322 if ((flags & G_FILE_COPY_NOFOLLOW_SYMLINKS) && in file_copy_fallback()
/external/bluetooth/glib/gio/tests/
Dlive-g-file.c666 G_FILE_COPY_NOFOLLOW_SYMLINKS | in do_copy_move()
672 g_file_move (src_file, dst_file, G_FILE_COPY_NOFOLLOW_SYMLINKS, NULL, in do_copy_move()