Searched refs:HAL_SEEK_SET (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/amp/main/ |
A D | amp_defines.h | 25 HAL_SEEK_SET, enumerator
|
/AliOS-Things-master/components/py_engine/external/common/ |
A D | py_defines.h | 29 HAL_SEEK_SET, enumerator
|
/AliOS-Things-master/components/linkkit/include/linkkit/wrappers/ |
A D | wrappers_defs.h | 55 HAL_SEEK_SET, enumerator
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/fs/ |
A D | module_fs.c | 90 aos_lseek(fp, 0, HAL_SEEK_SET); in native_fs_read()
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_amp.h | 27 #define OS_SEEK_SET HAL_SEEK_SET
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/fs/ |
A D | module_fs.c | 104 aos_lseek(fp, 0, HAL_SEEK_SET); in native_fs_read()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | fs.c | 190 amp_fseek(fp, 0, HAL_SEEK_SET, &curpos); in obj_read()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | fs.c | 190 amp_fseek(fp, 0, HAL_SEEK_SET, &curpos); in obj_read()
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | fs.c | 185 amp_fseek(fp, 0, HAL_SEEK_SET, &curpos); in obj_read()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/ |
A D | be.c | 199 aos_lseek(fp, 0, HAL_SEEK_SET); in cb_load_module()
|
/AliOS-Things-master/components/linkkit/http2/ |
A D | http2_upload_api.c | 130 ret = HAL_Fseek(fp, offset, HAL_SEEK_SET); in http2_stream_get_file_data()
|
/AliOS-Things-master/components/amp/services/board_mgr/ |
A D | board_mgr.c | 1206 aos_lseek(json_fd, 0, HAL_SEEK_SET); in board_get_json_buff()
|
Completed in 19 milliseconds