Searched refs:HAL_SEEK_END (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/amp/main/ |
A D | amp_defines.h | 27 HAL_SEEK_END enumerator
|
/AliOS-Things-master/components/py_engine/external/common/ |
A D | py_defines.h | 31 HAL_SEEK_END enumerator
|
/AliOS-Things-master/components/linkkit/include/linkkit/wrappers/ |
A D | wrappers_defs.h | 57 HAL_SEEK_END enumerator
|
/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()
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_amp.h | 29 #define OS_SEEK_END HAL_SEEK_END
|
/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()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | fs.c | 183 amp_fseek(fp, 0, HAL_SEEK_END, &curpos); in obj_read()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | fs.c | 183 amp_fseek(fp, 0, HAL_SEEK_END, &curpos); in obj_read()
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | fs.c | 178 amp_fseek(fp, 0, HAL_SEEK_END, &curpos); in obj_read()
|
/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()
|
/AliOS-Things-master/components/linkkit/http2/ |
A D | http2_upload_api.c | 91 HAL_Fseek(fp, 0L, HAL_SEEK_END); in http2_stream_get_file_size()
|
/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()
|
Completed in 27 milliseconds