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

/sssd-io/src/util/
H A Dfiles.c555 char *src_ent_path = NULL; local
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_pat
[all...]

Completed in 697 milliseconds