Lines Matching refs:format
25 print('\r\n{0} Usage:\r\n'.format(sys.argv[0]))
27 …print(' {0} {1} {2} {3} {4}\r\n'.format(sys.argv[0],'<product path>','<origin bin path>','<gen has…
29 print(' <product path> {}'.format('example: ./vendor/bestechnic/iotlink_demo'))
30 print(' <origin bin path> {}'.format('example: ./out/bes2600w/iotlink_demo/release_bin'))
31 …print(' <gen hash and sec path> {}'.format('example: ./device/bestechnic/bes2600w/burn_tools/t…
32 …print(' <sig tool path> {}'.format('producter own sig function,need custom complement,which is…
53 raise OSError('{} not found'.format(gen_sig_tool_path))
58 raise OSError('{} not found'.format(input_file))
59 print("readjson {}".format(input_file))
65 raise Exception('{} parsing error!'.format(input_file))
80 raise OSError('{} not found'.format(tool))
83 raise OSError('{} not found'.format(src_bin))
92 raise OSError('{} not found'.format(tool))
95 raise OSError('{} not found'.format(src_bin))
98 raise OSError('{} not found'.format(bin_sig))
101 print("./{0} {1} {2}".format(tool,src_bin,bin_sig))
107 raise OSError('{} not found'.format(tool))
110 raise OSError('{} not found'.format(bin_hash))
127 raise OSError('{} not found'.format(src_bin))
131 raise OSError('{} not found'.format(tool_hash))
137 raise OSError('{} not found'.format(bin_hash))
144 raise OSError('{} not found'.format(tool_sec))
158 raise OSError('{} not found'.format(fs_bin))
162 raise OSError('{} not found'.format(tool_hash))
168 raise OSError('{} not found'.format(fs_hash))
175 raise OSError('{} not found'.format(tool_sec))
188 raise OSError('{} not found'.format(src_bsp_bin))
192 raise OSError('{} not found'.format(tool_hash))
198 raise OSError('{} not found'.format(bsp_bin_hash))
205 raise OSError('{} not found'.format(tool_sec))