Home
last modified time | relevance | path

Searched refs:outputPath (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dpacket_create.py64 def packet_bin(outputPath, inputList):
92 with open(outputPath, 'wb+') as file:
124 print("param should be : python main.py \"outputPath\" \"name|burnAddr|burnSize|type\"...")
137 outputPath = argv[1] variable
138 print(outputPath)
141 packet_bin(outputPath, argv)
172 file = open(outputPath, 'wb+')
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/packet_tool/
H A Dpacket_tool.py65 def packet_bin(outputPath, inputList):
95 with open(outputPath, 'wb+') as file:
214 with open(outputPath, 'wb+') as file:
307 with open(outputPath, 'wb+') as file:
433 outputPath = argv[2] variable
434 print(outputPath)
438 packet_bin(outputPath, argv)
440 outputPath = argv[2] variable
441 print(outputPath)
445 update_bin(outputPath, arg
448 outputPath = argv[3] global() variable
454 outputPath = argv[2] global() variable
[all...]

Completed in 2 milliseconds