Searched defs:src_ent_path (Results 1 - 1 of 1) sorted by relevance
/sssd/src/tools/ |
H A D | files.c | 556 char *src_ent_path = NULL; local 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_pat [all...] |
Completed in 11 milliseconds