Searched refs:G_FILE_COPY_ALL_METADATA (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/gio/ |
D | gio-tool-copy.c | 179 flags |= G_FILE_COPY_ALL_METADATA; in handle_copy()
|
D | gioenums.h | 319 G_FILE_COPY_ALL_METADATA = (1 << 3), enumerator
|
D | gioenumtypes.c | 327 { G_FILE_COPY_ALL_METADATA, "G_FILE_COPY_ALL_METADATA", "all-metadata" }, in g_file_copy_flags_get_type()
|
D | gfile.c | 2757 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/ |
D | file.c | 1899 …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/ |
D | NEWS | 1395 - #174 g_file_copy always preserves permissions, even if G_FILE_COPY_ALL_METADATA flag is not set
|