Lines Matching refs:FILE
176 FILE=`echo ${LINE} | sed -n "/incbin/p" | awk -F '"' '{ printf $2 }' | tr -d ' '`
177 if [ ! -f ${FILE} ]; then
178 echo "ERROR: ${FILE} not exist"
597 for FILE in ${SIGN_OUTPUT}/*.img; do
598 if file ${FILE} | grep -q 'Device Tree Blob' ; then
599 VERSION=`fdtget -ti ${FILE} /configurations/conf rollback-index`
600 NAME=`basename ${FILE}`
617 for FILE in ${ARG_SRC_DIR}/*.img; do
618 if echo ${FILE} | grep -q "uboot.img"; then
621 if file ${FILE} | grep -q 'Device Tree Blob' ; then
622 FILE=$(basename "${FILE}" .img)
623 sign_fit ${FILE}