Searched refs:dest_ent_path (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/util/
H A Dfiles.c556 char *dest_ent_path = NULL; local
564 dest_ent_path = talloc_asprintf(cctx, "%s/%s", dest_dir_path, ent_name);
565 if (!src_ent_path || !dest_ent_path) {
594 dest_ent_path, &st, cctx->uid, cctx->gid);
597 src_ent_path, dest_ent_path);
614 dest_ent_path, st.st_mode & 07777,
619 src_ent_path, dest_ent_path, strerror(ret));
624 ret = copy_file(ifd, dest_dir_fd, ent_name, dest_ent_path,
628 src_ent_path, dest_ent_path);
640 talloc_free(dest_ent_path);
[all...]

Completed in 6 milliseconds