Home
last modified time | relevance | path

Searched full:grep (Results 1 – 3 of 3) sorted by relevance

/Kernel-v11.1.0/
DMISRA.md15 To find the violation references in the source files run grep on the source code
18 grep 'MISRA Ref 8.4.1' . -rI
/Kernel-v11.1.0/.github/workflows/
Dcoverity_scan.yml88 …echo "${COV_SCAN_UPLOAD_STATUS}" | grep -q -e 'Build successfully submitted' || echo >&2 "Error su…
127 …echo "${COV_SCAN_UPLOAD_STATUS}" | grep -q -e 'Build successfully submitted' || echo >&2 "Error su…
/Kernel-v11.1.0/.github/scripts/
Dfind_replace.sh6 grep -rl "${old_text}" . | xargs gsed -i -e '1h;2,$H;$!d;g' -e "s/${old_text}/${new_text}/g"