Lines Matching refs:lcov
1376 lcov -c -i -d . -b . -o ${COV_INFO}.initial
1380 lcov -c -d . -b . -o ${COV_INFO}.tests
1381 lcov -a ${COV_INFO}.initial -a ${COV_INFO}.tests -o ${COV_INFO}.total
1382 lcov -r ${COV_INFO}.total '/usr/*' '*/linktest/*' -o ${COV_INFO}.local
1387 lcov -r ${COV_INFO}.local '*/stub/*' -o ${COV_INFO}.nostub
1388 lcov -e ${COV_INFO}.nostub '${SRCDIR}/firmware/*' \