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

Class stat

t_chmod_secure.c:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 const char *path, mode_t expected_mode)
35{
36 struct stat st;
37 int got_ok = (actual_rc == 0);
38 if (got_ok != expect_ok) {
39 fprintf(stderr, "FAIL [%s]: rc=%d errno=%d (%s), expected %s\n",

Callers 1

checkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected