Searched defs:dest_ent_path (Results 1 - 1 of 1) sorted by relevance
/sssd/src/tools/ |
H A D | files.c | 557 char *dest_ent_path = NULL; local 565 dest_ent_path = talloc_asprintf(cctx, "%s/%s", dest_dir_path, ent_name); 566 if (!src_ent_path || !dest_ent_path) { 595 dest_ent_path, &st, cctx->uid, cctx->gid); 598 src_ent_path, dest_ent_path); 615 dest_ent_path, st.st_mode & 07777, 620 src_ent_path, dest_ent_path, strerror(ret)); 625 ret = copy_file(ifd, dest_dir_fd, ent_name, dest_ent_path, 629 src_ent_path, dest_ent_path); 641 talloc_free(dest_ent_path); [all...] |
Completed in 11 milliseconds