MCPcopy Create free account
hub / github.com/RsyncProject/rsync / do_stat_at

Function do_stat_at

syscall.c:1187–1190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1185}
1186
1187int do_stat_at(const char *path, STRUCT_STAT *st)
1188{
1189 return do_xstat_at(path, st, 0, do_stat);
1190}
1191
1192int do_lstat_at(const char *path, STRUCT_STAT *st)
1193{

Callers 2

recv_generatorFunction · 0.85
x_statFunction · 0.85

Calls 1

do_xstat_atFunction · 0.85

Tested by

no test coverage detected