MCPcopy Index your code
hub / github.com/RsyncProject/rsync / path_failure

Function path_failure

clientserver.c:643–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643static int path_failure(int f_out, const char *dir, BOOL was_chdir)
644{
645 if (was_chdir)
646 rsyserr(FLOG, errno, "chdir %s failed", dir);
647 else
648 rprintf(FLOG, "normalize_path(%s) failed\n", dir);
649 io_printf(f_out, "@ERROR: chdir failed\n");
650 return -1;
651}
652
653static int add_a_group(int f_out, const char *gname)
654{

Callers 1

rsync_moduleFunction · 0.85

Calls 3

io_printfFunction · 0.85
rsyserrFunction · 0.70
rprintfFunction · 0.70

Tested by

no test coverage detected