Searched refs:out_path (Results 1 – 3 of 3) sorted by relevance
15 out_path='./Bin' variable46 shutil.copy(path, out_path)112 out_path = os.path.abspath(out_path).replace('\\', '/'); variable121 if not os.path.exists(out_path): os.mkdir(out_path)145 … + out_path + '/' + bin_file_name + "\"" + ' ' + "\"" + out_path + '/' + bin_name + file_pos_1M + …146 …out_path + '/' + bin_file_name + '.gz' + "\"" + ' ' + "\"" + out_path + '/' + bin_name + '_GZ' + f…148 … "\"" + out_path + '/' + secboot_file_name + "\"" + ' ' + "\"" + out_path + '/' + bin_name + file_…169 rm_file = out_path + '/' + bin_file_name + '.gz'177 …out_path + '/' + bin_file_name + '.gz' + "\"" + ' ' + "\"" + out_path + '/' + bin_name + '_GZ' + f…179 … "\"" + out_path + '/' + secboot_file_name + "\"" + ' ' + "\"" + out_path + '/' + bin_name + file_…[all …]
8 set out_path=.\Bin variable37 if "%out_path:~0,1%" == "." (set out_path=%~dp0%out_path%) variable41 if not exist "%out_path%" (md "%out_path%")70 set makeimg_img_cmd="%out_path%\%bin_file_name%" "%out_path%\%bin_name%%file_pos_1M%.img" 0 0 "%out…71 …img_cmd="%out_path%\%bin_file_name%.gz" "%out_path%\%bin_name%_GZ%file_pos_1M%.img" 0 1 "%out_path…73 set makeimg_all_cmd="%out_path%\%secboot_file_name%" "%out_path%\%bin_name%%file_pos_1M%.img" "%out…91 if exist "%out_path%\%bin_file_name%.gz" (del "%out_path%\%bin_file_name%.gz")100 set makeimg_img_cmd="%out_path%\%bin_file_name%" "%out_path%\%bin_name%%file_pos_2M%.img" 3 0 "%out…101 …mg_cmd="%out_path%\%bin_file_name%.gz" "%out_path%\%bin_name%_GZ%file_pos_2M%.img" 3 1 "%out_path%…103 set makeimg_all_cmd="%out_path%\%secboot_file_name%" "%out_path%\%bin_name%%file_pos_2M%.img" "%out…[all …]
5 out_path='./' variable23 shutil.copy(out_path+bin_file_name, pack_path+'/'+bin_file_name)
Completed in 7 milliseconds