Lines Matching refs:file
153 for file in `ls -a $src_path`
155 if [ -f $src_path"/"$file ] ;then
156 a=$src_path"/"$file
157 cp $a $temp_path"/"$file
159 if [ -h $src_path"/"$file ]
161 a=$src_path"/"$file
165 cp -f $a $temp_path"/"$file
172 cp $line $temp_path"/"$file
174 echo "error: $file first line '$line' is not exit!"
177 is_miniloader_or_update_or_parameter $temp_path"/"$file
179 is_img_and_gen_file_from_src_2_dst $temp_path"/"$file $file