Searched refs:bin_file_name (Results 1 – 3 of 3) sorted by relevance
134 (bin_file_path,bin_file_name) = os.path.split(bin_file)135 (bin_name,bin_extend) = os.path.splitext(bin_file_name)140 …if debug_info: print('bin_file_name:' + bin_file_name + 'bin_name:' + bin_name + 'bin_extend:' + b…144 gzip_param = "\"" + out_path + '/' + bin_file_name + "\""145 …make_img_param = "\"" + out_path + '/' + bin_file_name + "\"" + ' ' + "\"" + out_path + '/' + bin_…146 …bin_file_name + '.gz' + "\"" + ' ' + "\"" + out_path + '/' + bin_name + '_GZ' + file_pos_1M + '.im…169 rm_file = out_path + '/' + bin_file_name + '.gz'175 gzip_param = "\"" + out_path + '/' + bin_file_name + "\""176 …make_img_param = "\"" + out_path + '/' + bin_file_name + "\"" + ' ' + "\"" + out_path + '/' + bin_…177 …bin_file_name + '.gz' + "\"" + ' ' + "\"" + out_path + '/' + bin_name + '_GZ' + file_pos_2M + '.im…[all …]
54 for /f "delims=" %%A in ('dir /b %bin_file%') do set "bin_file_name=%%A"61 if not "%debug_info%"=="0" (echo bin_file_name:%bin_file_name% & echo bin_name:%bin_name% & echo bi…69 set wm_gzip_cmd="%out_path%\%bin_file_name%"70 set makeimg_img_cmd="%out_path%\%bin_file_name%" "%out_path%\%bin_name%%file_pos_1M%.img" 0 0 "%out…71 …path%\%bin_file_name%.gz" "%out_path%\%bin_name%_GZ%file_pos_1M%.img" 0 1 "%out_path%\%version_fil…72 set makeimg_sec_img_cmd="%out_path%\%bin_file_name%" "%out_path%\%bin_name%_SEC%file_pos_1M%.img" 0…91 if exist "%out_path%\%bin_file_name%.gz" (del "%out_path%\%bin_file_name%.gz")99 set wm_gzip_cmd="%out_path%\%bin_file_name%"100 set makeimg_img_cmd="%out_path%\%bin_file_name%" "%out_path%\%bin_name%%file_pos_2M%.img" 3 0 "%out…101 …path%\%bin_file_name%.gz" "%out_path%\%bin_name%_GZ%file_pos_2M%.img" 3 1 "%out_path%\%version_fil…[all …]
6 bin_file_name='rtthread.bin' variable23 shutil.copy(out_path+bin_file_name, pack_path+'/'+bin_file_name)25 os.remove(pack_path+'/'+bin_file_name)
Completed in 7 milliseconds