Lines Matching refs:ls
581 ITB_BS=`ls -l ${ITB} | awk '{ print $5 }'`
632 if ls *loader*.bin >/dev/null 2>&1 ; then
635 if ls *download*.bin >/dev/null 2>&1 ; then
638 if ls *idblock*.img >/dev/null 2>&1 ; then
714 if ls *loader*.bin >/dev/null 2>&1 ; then
715 LOADER=`ls *loader*.bin`
718 if ls *idblock*.img >/dev/null 2>&1 ; then
719 LOADER=`ls *idblock*.img`
731 if ls *loader*.bin >/dev/null 2>&1 ; then
732 LOADER=`ls *loader*.bin`
735 if ls *idblock*.img >/dev/null 2>&1 ; then
736 LOADER=`ls *idblock*.img`
749 if ls *loader*.bin >/dev/null 2>&1 ; then
750 LOADER=`ls *loader*.bin`
751 elif ls *download*.bin >/dev/null 2>&1 ; then
752 LOADER=`ls *download*.bin`
777 SIZE=`ls -l spl/u-boot-spl-nodtb.bin | awk '{ print $5 }'`