Searched refs:input (Results 1 – 3 of 3) sorted by relevance
6 input=$132 if [ ! -f "$input" ]; then33 echo "$input not exist!"42 gen_file $input $out
6 input=$133 if [ ! -f "$input" ]; then34 echo "$input not exist!"43 gen_file $input $out
7 input=$9100 if [ -f "$input" ]; then101 echo "input param file=$input"103 echo "input param file=$input invalid"146 dd if=$input of=.temp bs=1 count=4 > /dev/null147 dd if=.pcie_idb_cfg.bak of=$input bs=1 seek=4 conv=notrunc > /dev/null