Lines Matching refs:out_path

15 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)
144 gzip_param = "\"" + out_path + '/' + bin_file_name + "\""
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…
147out_path + '/' + bin_file_name + "\"" + ' ' + "\"" + out_path + '/' + bin_name + '_SEC' + file_pos…
148 … "\"" + out_path + '/' + secboot_file_name + "\"" + ' ' + "\"" + out_path + '/' + bin_name + file_…
166 rm_file = out_path + '/' + bin_name + file_pos_1M + '.img'
169 rm_file = out_path + '/' + bin_file_name + '.gz'
175 gzip_param = "\"" + out_path + '/' + bin_file_name + "\""
176 … + out_path + '/' + bin_file_name + "\"" + ' ' + "\"" + out_path + '/' + bin_name + file_pos_2M + …
177out_path + '/' + bin_file_name + '.gz' + "\"" + ' ' + "\"" + out_path + '/' + bin_name + '_GZ' + f…
178out_path + '/' + bin_file_name + "\"" + ' ' + "\"" + out_path + '/' + bin_name + '_SEC' + file_pos…
179 … "\"" + out_path + '/' + secboot_file_name + "\"" + ' ' + "\"" + out_path + '/' + bin_name + file_…
197 rm_file = out_path + '/' + bin_name + file_pos_2M + '.img'
200 rm_file = out_path + '/' + bin_file_name + '.gz'
211 …mg_new_cmd="\"" + out_path + '/' + bin_name + file_pos_1M + '.FLS' + "\"" + ' ' + "\"" + layout_1M…
214 …mg_new_cmd="\"" + out_path + '/' + bin_name + file_pos_2M + '.FLS' + "\"" + ' ' + "\"" + layout_2M…
218 rm_file = out_path + '/' + bin_name + file_pos_1M + '.FLS'
221 rm_file = out_path + '/' + bin_name + file_pos_2M + '.FLS'