Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgio-tool-copy.c179 flags |= G_FILE_COPY_ALL_METADATA; in handle_copy()
Dgioenums.h319 G_FILE_COPY_ALL_METADATA = (1 << 3), enumerator
Dgioenumtypes.c327 { G_FILE_COPY_ALL_METADATA, "G_FILE_COPY_ALL_METADATA", "all-metadata" }, in g_file_copy_flags_get_type()
Dgfile.c2757 copy_all_attributes = flags & G_FILE_COPY_ALL_METADATA; in g_file_build_attribute_list_for_copy()
3758 flags |= G_FILE_COPY_ALL_METADATA | G_FILE_COPY_NOFOLLOW_SYMLINKS; in g_file_move()
/third_party/glib/gio/tests/
Dfile.c1899 …00, 0600, TRUE, G_FILE_COPY_OVERWRITE | G_FILE_COPY_NOFOLLOW_SYMLINKS | G_FILE_COPY_ALL_METADATA }, in test_copy_preserve_mode()
1903 { 0600, 0600, FALSE, G_FILE_COPY_NOFOLLOW_SYMLINKS | G_FILE_COPY_ALL_METADATA }, in test_copy_preserve_mode()
1907 …DEFAULT_PERMS | G_FILE_COPY_OVERWRITE | G_FILE_COPY_NOFOLLOW_SYMLINKS | G_FILE_COPY_ALL_METADATA }, in test_copy_preserve_mode()
1909 …LSE, G_FILE_COPY_TARGET_DEFAULT_PERMS | G_FILE_COPY_NOFOLLOW_SYMLINKS | G_FILE_COPY_ALL_METADATA }, in test_copy_preserve_mode()
2826 G_FILE_COPY_ALL_METADATA, in test_build_attribute_list_for_copy()
2827 G_FILE_COPY_ALL_METADATA | G_FILE_COPY_TARGET_DEFAULT_PERMS, in test_build_attribute_list_for_copy()
2857 if (flags & G_FILE_COPY_ALL_METADATA) in test_build_attribute_list_for_copy()
2871 if (flags & G_FILE_COPY_ALL_METADATA) in test_build_attribute_list_for_copy()
/third_party/glib/
DNEWS1395 - #174 g_file_copy always preserves permissions, even if G_FILE_COPY_ALL_METADATA flag is not set