Lines Matching refs:format
65 print("regist_llvm_objcopy_path failed:{}".format(e))
71 print("llvm cmd: {}".format(cmd))
87 'There is no llvm-object executable file at {}'.format(llvm_objcopy_path), '0001')
101 'kernel_permission json file {} invalid!'.format(kernel_permission_file), '0001')
111 module_name = "{}.z.so".format(target_name)
113 module_name = "lib{}.z.so".format(target_name)
114 print("module_name:{}".format(module_name))
117 print("module_path:{}".format(module_path))
143 print("encaps.json doesn't conform to json format")
184 'Please check llvm cmd: {}'.format(cmd))