Home
last modified time | relevance | path

Searched refs:RED (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/.husky/
H A Dpre-commit.copyright8 RED="\033[00;31m"
35 echo -e "Copyright of $RED$FILE$BLANK is out of date/incorrect"
50 echo -e "Copyright header ""$RED""$PLATPROV""$BLANK"" is missing in ""$YELLOW""$FILE""$BLANK"
89 …echo -e "$RED""Please stage updated files$BLANK before commiting or use$YELLOW git commit --no-ver…
/rk3399_ARM-atf/plat/marvell/armada/a8k/a80x0_nbx/
H A Dverify_build.sh36 RED='\033[0;31m'
42 fail() { printf '%b[FAILED]%b\n' "${RED}" "${NC}"; }
44 missing() { printf '%b[MISSING]%b\n' "${RED}" "${NC}"; }
373 printf ' Result: %b%d CHECK(S) FAILED%b\n' "${RED}" "${ERRORS}" "${NC}"