MCPcopy Create free account
hub / github.com/coreutils/coreutils / stat

Class stat

src/cp.c:497–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495 /* XXX: If all dirs are present at the destination,
496 no permissions or security contexts will be updated. */
497 struct stat stats;
498 if (fstatat (dst_dirfd, dst_reldir, &stats, 0) != 0)
499 {
500 /* A parent of CONST_DIR does not exist.

Callers 2

make_dir_parents_privateFunction · 0.70
do_copyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected