Home
last modified time | relevance | path

Searched refs:write_file (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmakeversionhdr.py102 write_file = True
107 write_file = False
110 if write_file:
/AliOS-Things-master/components/py_engine/
A Dpy_engine_prepare.py122 write_file = True
127 write_file = False
130 if write_file:
/AliOS-Things-master/components/mbedtls/programs/util/
A Dpem2der.c179 static int write_file( const char *path, unsigned char *buf, size_t n ) in write_file() function
281 ret = write_file( opt.output_file, der_buffer, der_size ); in main()
/AliOS-Things-master/components/py_engine/engine/tools/
A Duf2conv.py270 def write_file(name, buf): function
359 write_file(args.output, outbuf)
365 write_file(d + "/NEW.UF2", outbuf)
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dtimepng.c147 static int read_png(FILE *fp, png_int_32 transforms, FILE *write_file) in read_png() argument
173 read_by_row(png_ptr, info_ptr, write_file, fp); in read_png()
/AliOS-Things-master/components/ota/tools/
A Dota_image_package.py14 def write_file(file_name, gap_szie, data): function
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dinput_data.py150 wav_saver = io_ops.write_file(wav_filename_placeholder, wav_encoder)

Completed in 12 milliseconds