Home
last modified time | relevance | path

Searched refs:aos_lseek (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/builtin/
A Dmodule_builtin.c43 len = aos_lseek(json_fd, 0, SEEK_END); in native_add_global_appconfig()
54 aos_lseek(json_fd, 0, SEEK_SET); in native_add_global_appconfig()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/builtin/
A Dmodule_builtin.c80 len = aos_lseek(json_fd, 0, SEEK_END); in native_add_global_appconfig()
92 aos_lseek(json_fd, 0, SEEK_SET); in native_add_global_appconfig()
/AliOS-Things-master/components/amp/main/
A Damp_engine.c84 file_len = aos_lseek(json_fd, 0, SEEK_END); in search_js_app_main_entry()
91 aos_lseek(json_fd, 0, SEEK_SET); in search_js_app_main_entry()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/fs/
A Dmodule_fs.c88 size = aos_lseek(fp, 0, HAL_SEEK_END); in native_fs_read()
90 aos_lseek(fp, 0, HAL_SEEK_SET); in native_fs_read()
/AliOS-Things-master/components/fatfs/example/
A Dfatfs_example.c50 ret = aos_lseek(fd2, 12, 0); in fatfs_comp_example()
/AliOS-Things-master/components/ulog/internal/
A Dulog_session_file.h80 #define aos_lseek lseek macro
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/ui/
A Dpage_entry.c57 file_len = aos_lseek(json_fd, 0, SEEK_END); in search_js_page_entry()
66 aos_lseek(json_fd, 0, SEEK_SET); in search_js_page_entry()
/AliOS-Things-master/components/littlefs/example/
A Dlittlefs_example.c55 ret = aos_lseek(fd2, 21, 0); in read_write()
/AliOS-Things-master/components/amp/engine/duktape_engine/startup/
A Dpage_entry.c54 file_len = aos_lseek(json_fd, 0, SEEK_END); in search_js_page_entry()
63 aos_lseek(json_fd, 0, SEEK_SET); in search_js_page_entry()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/fs/
A Dmodule_fs.c102 size = aos_lseek(fp, 0, HAL_SEEK_END); in native_fs_read()
104 aos_lseek(fp, 0, HAL_SEEK_SET); in native_fs_read()
/AliOS-Things-master/components/littlefs/
A DREADME.md124 aos_lseek position=xxx
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_fs.c29 off_t aos_lseek(int fd, off_t offset, int whence) { in aos_lseek() function
/AliOS-Things-master/components/amp/engine/duktape_engine/
A Dbe.c197 len = aos_lseek(fp, 0, HAL_SEEK_END); in cb_load_module()
199 aos_lseek(fp, 0, HAL_SEEK_SET); in cb_load_module()
/AliOS-Things-master/components/vfs/
A Dvfs_aos.c76 off_t aos_lseek(int fd, off_t offset, int whence) in aos_lseek() function
A DREADME.md176 off_t aos_lseek(int fd, off_t offset, int whence);
/AliOS-Things-master/components/fatfs/
A DREADME.md141 aos_lseek position=xxx
/AliOS-Things-master/components/vfs/include/aos/
A Dvfs.h257 off_t aos_lseek(int fd, off_t offset, int whence);
/AliOS-Things-master/components/amp_adapter/portfiles/aos/
A Dvfs.h257 off_t aos_lseek(int fd, off_t offset, int whence);
/AliOS-Things-master/components/amp_adapter/
A Dvfs.h257 off_t aos_lseek(int fd, off_t offset, int whence);
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_aos.h160 return aos_lseek(fp, offset, whence); in os_fseek()
/AliOS-Things-master/components/libc_stub/
A Dnewlib_stub.c97 int ret = aos_lseek(fd, pos, whence); in _lseek_r()
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c661 len = aos_lseek(json_fd, 0, SEEK_END); in board_get_json_buff()
673 aos_lseek(json_fd, 0, SEEK_SET); in board_get_json_buff()
/AliOS-Things-master/components/ulog/src/
A Dulog_session_file.c327 const int seek_off = aos_lseek(fd, off, SEEK_SET); in open_log_file()
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c1197 len = aos_lseek(json_fd, 0, HAL_SEEK_END); in board_get_json_buff()
1206 aos_lseek(json_fd, 0, HAL_SEEK_SET); in board_get_json_buff()

Completed in 24 milliseconds