Home
last modified time | relevance | path

Searched refs:out_path (Results 1 – 3 of 3) sorted by relevance

/bsp/w60x/
A Dmakeimg.py15 out_path='./Bin' variable
46 shutil.copy(path, out_path)
112 out_path = os.path.abspath(out_path).replace('\\', '/'); variable
121 if not os.path.exists(out_path): os.mkdir(out_path)
145 … + out_path + '/' + bin_file_name + "\"" + ' ' + "\"" + out_path + '/' + bin_name + file_pos_1M + …
146out_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'
177out_path + '/' + bin_file_name + '.gz' + "\"" + ' ' + "\"" + out_path + '/' + bin_name + '_GZ' + f…
179 … "\"" + out_path + '/' + secboot_file_name + "\"" + ' ' + "\"" + out_path + '/' + bin_name + file_…
[all …]
A Dmakeimg.bat8 set out_path=.\Bin variable
37 if "%out_path:~0,1%" == "." (set out_path=%~dp0%out_path%) variable
41 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 …]
/bsp/airm2m/air105/
A Dmakesoc.py5 out_path='./' variable
23 shutil.copy(out_path+bin_file_name, pack_path+'/'+bin_file_name)

Completed in 7 milliseconds