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

Function do_stat

syscall.c:1109–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1107}
1108
1109int do_stat(const char *path, STRUCT_STAT *st)
1110{
1111#ifdef USE_STAT64_FUNCS
1112 return stat64(path, st);
1113#else
1114 return stat(path, st);
1115#endif
1116}
1117
1118int do_lstat(const char *path, STRUCT_STAT *st)
1119{

Callers 11

successful_sendFunction · 0.85
parse_argumentsFunction · 0.85
make_pathFunction · 0.85
call_glob_matchFunction · 0.85
include_configFunction · 0.85
getpassfFunction · 0.85
do_lstatFunction · 0.85
get_local_nameFunction · 0.85
check_alt_basis_dirsFunction · 0.85
do_recvFunction · 0.85
rsync_moduleFunction · 0.85

Calls 1

statClass · 0.50

Tested by

no test coverage detected