Home
last modified time | relevance | path

Searched refs:out_file (Results 1 – 3 of 3) sorted by relevance

/bsp/airm2m/air105/
A Dmakesoc.py8 out_file='./rtthread_air105' variable
14 if os.path.exists(out_file+'.soc'):
15 os.remove(out_file+'.soc')
24 shutil.make_archive(out_file, 'zip', root_dir=pack_path)
26 os.rename(out_file+'.zip',out_file+'.soc')
/bsp/nuvoton/numaker-hmi-ma35d1/nuwriter_scripts/
A Dnuwriter.py406 with open("otp_data.bin", "wb") as out_file:
407 out_file.write(data[0:len(data)])
666 with open(out_file_name, "wb") as out_file:
667 out_file.write(data[0:length])
939 with open(out_file_name, "wb") as out_file:
940 out_file.write(data[0:length])
1536 with open(now.strftime("%m%d-%H%M%S%f") + "/uboot-env.bin", "wb") as out_file:
1537 out_file.write(conv_env(d["env"]["file"], int(d["env"]["blksize"], 0)))
/bsp/nuvoton/numaker-iot-ma35d1/nuwriter_scripts/
A Dnuwriter.py406 with open("otp_data.bin", "wb") as out_file:
407 out_file.write(data[0:len(data)])
666 with open(out_file_name, "wb") as out_file:
667 out_file.write(data[0:length])
939 with open(out_file_name, "wb") as out_file:
940 out_file.write(data[0:length])
1536 with open(now.strftime("%m%d-%H%M%S%f") + "/uboot-env.bin", "wb") as out_file:
1537 out_file.write(conv_env(d["env"]["file"], int(d["env"]["blksize"], 0)))

Completed in 275 milliseconds