Home
last modified time | relevance | path

Searched refs:aos_read (Results 1 – 25 of 29) sorted by relevance

12

/AliOS-Things-master/components/select/example/
A Dselect_example.c52 int len = aos_read(test_fd, &data, sizeof(data)); in select_example()
89 int len = aos_read(test_fd, &data, sizeof(data)); in poll_example()
/AliOS-Things-master/components/fatfs/example/
A Dfatfs_example.c58 ret = aos_read(fd2, buff, sizeof(buff) - 1); in fatfs_comp_example()
/AliOS-Things-master/components/epoll/example/
A Depoll_example.c54 aos_read(test_fd, &read_val, sizeof(read_val)); in epoll_example()
/AliOS-Things-master/components/ulog/internal/
A Dulog_session_file.h72 #define aos_read read macro
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/builtin/
A Dmodule_builtin.c56 aos_read(json_fd, json_data + strlen(GLOBAL_APPCONFIG_STRING_1), len); in native_add_global_appconfig()
/AliOS-Things-master/components/littlefs/example/
A Dlittlefs_example.c63 ret = aos_read(fd2, buff, 128); in read_write()
/AliOS-Things-master/components/amp/engine/duktape_engine/
A Dbe.c120 aos_read(fp, pkg_data, sb.st_size); in resolve_path()
208 aos_read(fp, data, len); in cb_load_module()
559 aos_read(fp, file_data, sb.st_size); in jsengine_eval_file()
/AliOS-Things-master/components/ota/hal/
A Dota_hal_fs_plat.c36 ret = aos_read(fd, buf, size); in ota_fread()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/builtin/
A Dmodule_builtin.c94 aos_read(json_fd, json_data + strlen(GLOBAL_APPCONFIG_STRING_1), len); in native_add_global_appconfig()
/AliOS-Things-master/components/littlefs/
A DREADME.md125 aos_read: haas100 littlefs demo
/AliOS-Things-master/components/amp/main/
A Damp_engine.c92 aos_read(json_fd, json_data, file_len); in search_js_app_main_entry()
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_fs.c33 ssize_t aos_read(int fd, void *buf, size_t nbytes) in aos_read() function
/AliOS-Things-master/components/vfs/
A Dvfs_aos.c56 ssize_t aos_read(int fd, void *buf, size_t nbytes) in aos_read() function
A DREADME.md120 ssize_t aos_read(int fd, void *buf, size_t nbytes);
/AliOS-Things-master/components/fatfs/
A DREADME.md142 aos_read: xxxx
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/fs/
A Dmodule_fs.c99 len = aos_read(fp, buf, size); in native_fs_read()
/AliOS-Things-master/components/ulog/src/
A Dulog_session_file.c188 n = aos_read(fd, upload_stream, gu32_log_file_size + ULOG_SIZE); in on_fs_upload()
364 while ((cnt < buf_len) && (0 < aos_read(fd, &buf[cnt], 1))) { in get_log_line()
/AliOS-Things-master/components/vfs/include/aos/
A Dvfs.h187 ssize_t aos_read(int fd, void *buf, size_t nbytes);
/AliOS-Things-master/components/amp_adapter/portfiles/aos/
A Dvfs.h187 ssize_t aos_read(int fd, void *buf, size_t nbytes);
/AliOS-Things-master/components/amp_adapter/
A Dvfs.h187 ssize_t aos_read(int fd, void *buf, size_t nbytes);
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/ui/
A Dpage_entry.c67 aos_read(json_fd, json_data, file_len); in search_js_page_entry()
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_aos.h145 return aos_read(fp, buffer, size * count); in os_fread()
/AliOS-Things-master/components/amp/engine/duktape_engine/startup/
A Dpage_entry.c64 aos_read(json_fd, json_data, file_len); in search_js_page_entry()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/fs/
A Dmodule_fs.c113 len = aos_read(fp, buf, size); in native_fs_read()
/AliOS-Things-master/components/libc_stub/
A Dnewlib_stub.c141 ret = aos_read(fd, buf, nbytes); in _read_r()

Completed in 35 milliseconds

12