Home
last modified time | relevance | path

Searched refs:aos_write (Results 1 – 25 of 31) sorted by relevance

12

/AliOS-Things-master/components/select/example/
A Dselect_example.c46 aos_write(test_fd, &write_val, sizeof(write_val)); in select_example()
84 ret = aos_write(test_fd, &write_val, sizeof(write_val)); in poll_example()
/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_mgr.c127 num = aos_write(fd, client_data.response_buf, client_data.content_block_len); in task_http_download_func()
173 ret = aos_write(fp, buf, buf_len); in pyamp_download_apppack()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/fs/
A Dmodule_fs.c26 ret = aos_write(fp, (char *)string, strlen(string)); in check_fs_is_support()
193 nwrite = aos_write(fp, (char *)content, str_len); in native_fs_write()
/AliOS-Things-master/components/fatfs/example/
A Dfatfs_example.c29 ret = aos_write(fd1, "hello world1\n", 13); in fatfs_comp_example()
/AliOS-Things-master/components/epoll/example/
A Depoll_example.c48 aos_write(test_fd, &val, sizeof(val)); in epoll_example()
/AliOS-Things-master/components/ulog/internal/
A Dulog_session_file.h70 #define aos_write write macro
/AliOS-Things-master/components/littlefs/example/
A Dlittlefs_example.c34 ret = aos_write(fd1, "haas100 littlefs demo\n", 22); in read_write()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/fs/
A Dmodule_fs.c33 ret = aos_write(fp, (char *)string, strlen(string)); in check_fs_is_support()
221 nwrite = aos_write(fp, (char *)content, str_len); in native_fs_write()
/AliOS-Things-master/components/ota/hal/
A Dota_hal_fs_plat.c27 ret = aos_write(fd, buf, size); in ota_fwrite()
/AliOS-Things-master/components/littlefs/
A DREADME.md122 aos_write num=xxx
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_fs.c38 ssize_t aos_write(int fd, const void *buf, size_t nbytes) in aos_write() function
/AliOS-Things-master/components/py_engine/external/amp_boot/
A Damp_boot_file_transfer.c265 ret = aos_write(file_fp, buf, write_buf_len); in pyamp_ymodem_save_transfer_file()
/AliOS-Things-master/components/vfs/
A Dvfs_aos.c61 ssize_t aos_write(int fd, const void *buf, size_t nbytes) in aos_write() function
A DREADME.md135 ssize_t aos_write(int fd, const void *buf, size_t nbytes);
/AliOS-Things-master/components/fatfs/
A DREADME.md139 aos_write num=xxx
/AliOS-Things-master/components/ulog/src/
A Dulog_session_file.c415 rtn = aos_write(file_instanse, buf, strlen(buf)); in write_log_line()
417 rc = aos_write(file_instanse, LOG_LINE_END_STR, 1); in write_log_line()
/AliOS-Things-master/components/vfs/include/aos/
A Dvfs.h202 ssize_t aos_write(int fd, const void *buf, size_t nbytes);
/AliOS-Things-master/components/amp_adapter/portfiles/aos/
A Dvfs.h202 ssize_t aos_write(int fd, const void *buf, size_t nbytes);
/AliOS-Things-master/components/amp_adapter/
A Dvfs.h202 ssize_t aos_write(int fd, const void *buf, size_t nbytes);
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_aos.h150 return aos_write(fp, buffer, size * count); in os_fwrite()
/AliOS-Things-master/components/libc_stub/
A Dnewlib_stub.c172 ret = aos_write(fd, buf, nbytes); in _write_r()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/
A Dtftp_server.c407 writebytes = aos_write(*((int*)handle), buff, p->tot_len); in tftp_fwrite()
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dhttputility.c191 num = aos_write(fd, client_data.response_buf, in task_http_download_func()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/
A Dmodule_http.c192 num = aos_write(fd, client_data.response_buf, client_data.content_block_len); in task_http_download_func()
/AliOS-Things-master/components/oss/src/
A Doss_app.cpp482 int ret = aos_write(fp, buffer, count); in oss_download_file()

Completed in 35 milliseconds

12