Lines Matching defs:src_ent_path
556 char *src_ent_path = NULL;
564 src_ent_path = talloc_asprintf(cctx, "%s/%s", src_dir_path, ent_name);
566 if (!src_ent_path || !dest_ent_path) {
581 src_ent_path, strerror(ret));
589 src_ent_path, strerror(ret));
598 src_ent_path, dest_ent_path);
607 "couldn't stat '%s': %s\n", src_ent_path, strerror(ret));
613 ret = copy_dir(cctx, ifd, src_ent_path,
620 src_ent_path, dest_ent_path, strerror(ret));
629 src_ent_path, dest_ent_path);
635 src_ent_path);
640 talloc_free(src_ent_path);