Lines Matching refs:src_ent_path
555 char *src_ent_path = NULL;
563 src_ent_path = talloc_asprintf(cctx, "%s/%s", src_dir_path, ent_name);
565 if (!src_ent_path || !dest_ent_path) {
580 src_ent_path, strerror(ret));
588 src_ent_path, strerror(ret));
597 src_ent_path, dest_ent_path);
606 "couldn't stat '%s': %s\n", src_ent_path, strerror(ret));
612 ret = copy_dir(cctx, ifd, src_ent_path,
619 src_ent_path, dest_ent_path, strerror(ret));
628 src_ent_path, dest_ent_path);
634 src_ent_path);
639 talloc_free(src_ent_path);