LCOV - code coverage report | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
Branch data Line data Source code 1 : : #include "defs.h" 2 : : 3 : 12 : SYS_FUNC(fchownat) 4 : : { 5 : 12 : print_dirfd(tcp, tcp->u_arg[0]); 6 : 12 : printpath(tcp, tcp->u_arg[1]); 7 : 12 : printuid(", ", tcp->u_arg[2]); 8 : 12 : printuid(", ", tcp->u_arg[3]); 9 : 12 : tprints(", "); 10 : 12 : printflags(at_flags, tcp->u_arg[4], "AT_???"); 11 : : 12 : 12 : return RVAL_DECODED; 13 : : } |
Generated by: LCOV version 1.12 |