Lines Matching refs:bfd
1070 int bfd; in handle_overwrite_open() local
1084 bfd = g_open (backup_filename, in handle_overwrite_open()
1088 if (bfd == -1) in handle_overwrite_open()
1103 …if (g_local_file_fstat (bfd, G_LOCAL_FILE_STAT_FIELD_GID, G_LOCAL_FILE_STAT_FIELD_ALL, &tmp_statbu… in handle_overwrite_open()
1110 g_close (bfd, NULL); in handle_overwrite_open()
1116 fchown (bfd, (uid_t) -1, _g_stat_gid (&original_stat)) != 0) in handle_overwrite_open()
1118 if (fchmod (bfd, in handle_overwrite_open()
1127 g_close (bfd, NULL); in handle_overwrite_open()
1134 if (!copy_file_data (fd, bfd, NULL)) in handle_overwrite_open()
1141 g_close (bfd, NULL); in handle_overwrite_open()
1147 g_close (bfd, NULL); in handle_overwrite_open()