/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/builtin/ |
A D | module_builtin.c | 43 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 D | module_builtin.c | 80 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 D | amp_engine.c | 84 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 D | module_fs.c | 88 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 D | fatfs_example.c | 50 ret = aos_lseek(fd2, 12, 0); in fatfs_comp_example()
|
/AliOS-Things-master/components/ulog/internal/ |
A D | ulog_session_file.h | 80 #define aos_lseek lseek macro
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/ui/ |
A D | page_entry.c | 57 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 D | littlefs_example.c | 55 ret = aos_lseek(fd2, 21, 0); in read_write()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/startup/ |
A D | page_entry.c | 54 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 D | module_fs.c | 102 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 D | README.md | 124 aos_lseek position=xxx
|
/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_fs.c | 29 off_t aos_lseek(int fd, off_t offset, int whence) { in aos_lseek() function
|
/AliOS-Things-master/components/amp/engine/duktape_engine/ |
A D | be.c | 197 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 D | vfs_aos.c | 76 off_t aos_lseek(int fd, off_t offset, int whence) in aos_lseek() function
|
A D | README.md | 176 off_t aos_lseek(int fd, off_t offset, int whence);
|
/AliOS-Things-master/components/fatfs/ |
A D | README.md | 141 aos_lseek position=xxx
|
/AliOS-Things-master/components/vfs/include/aos/ |
A D | vfs.h | 257 off_t aos_lseek(int fd, off_t offset, int whence);
|
/AliOS-Things-master/components/amp_adapter/portfiles/aos/ |
A D | vfs.h | 257 off_t aos_lseek(int fd, off_t offset, int whence);
|
/AliOS-Things-master/components/amp_adapter/ |
A D | vfs.h | 257 off_t aos_lseek(int fd, off_t offset, int whence);
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_aos.h | 160 return aos_lseek(fp, offset, whence); in os_fseek()
|
/AliOS-Things-master/components/libc_stub/ |
A D | newlib_stub.c | 97 int ret = aos_lseek(fd, pos, whence); in _lseek_r()
|
/AliOS-Things-master/components/py_engine/modules/driver/ |
A D | board_mgr.c | 661 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 D | ulog_session_file.c | 327 const int seek_off = aos_lseek(fd, off, SEEK_SET); in open_log_file()
|
/AliOS-Things-master/components/amp/services/board_mgr/ |
A D | board_mgr.c | 1197 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()
|