Searched defs:dest_fd (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-dict/
H A Ddict-file.c370 int dest_fd, const char *dest_path)
374 if (fstat(dest_fd, &dest_st) < 0) {
383 if (fchown(dest_fd, (uid_t)-1, src_st->st_gid) < 0) {
391 if (fchmod(dest_fd, src_st->st_mode & 07777) < 0) {
401 int dest_fd, const char *dest_path)
409 return fd_copy_stat_permissions(&src_st, dest_fd, dest_path);
413 fd_copy_parent_dir_permissions(const char *src_path, int dest_fd, argument
429 return fd_copy_stat_permissions(&src_st, dest_fd, dest_path);
369 fd_copy_stat_permissions(const struct stat *src_st, int dest_fd, const char *dest_path) argument
400 fd_copy_permissions(int src_fd, const char *src_path, int dest_fd, const char *dest_path) argument

Completed in 713 milliseconds