Lines Matching refs:temp_path
12 temp_path=./IMAGES_T
40 $boot_merger unpack --loader $1 --output $temp_path > /dev/null
41 ddr=$temp_path"/"FlashData.bin
42 spl=$temp_path"/"FlashBoot.bin
43 gen_idblock $ddr $spl $temp_path"/"idblock.img
44 is_img_and_gen_file_from_src_2_dst $temp_path"/"idblock.img idblock.img
59 $upgrade_tool gpt $1 $temp_path"/"gpt.img > /dev/null
60 is_img_and_gen_file_from_src_2_dst $temp_path"/"gpt.img gpt.img
140 if [ -x "$temp_path" ]; then
141 rm -rf $temp_path
143 mkdir $temp_path
157 cp $a $temp_path"/"$file
165 cp -f $a $temp_path"/"$file
172 cp $line $temp_path"/"$file
177 is_miniloader_or_update_or_parameter $temp_path"/"$file
179 is_img_and_gen_file_from_src_2_dst $temp_path"/"$file $file
184 echo "rm -rf $temp_path"
185 rm -rf $temp_path