| 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. |
no outgoing calls
no test coverage detected