Lines Matching refs:result
29 parse.add_argument('-o', type=str, help='result file output path')
82 Get the result of execution according to command parameter
85 result = []
88 result.append(res)
89 return result
290 result = {}
291 result['head_file_path'] = INPUT_HEAD_PATH
292 result['lib_file_path'] = INPUT_LIB_PATH
293 result['only_in_head_file'] = only_head_have
294 result['only_in_lib_file'] = only_lib_have
295 result['head_file_symble_list_num:lib_file_symble_list_nmu'] = str(
303 json.dump(result, file_obj, indent=4, separators=(',', ':'))
319 OUTPUT_RESULT_PATH = '' #The output path of the result file