Searched defs:lseek (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/drivers/core/base/include/drivers/char/ |
A D | u_cdev_msg.h | 82 } lseek; member 129 } lseek; member
|
/AliOS-Things-master/components/vfs/include/aos/ |
A D | vfs.h | 101 uint32_t (*lseek)(file_t *fp, int64_t off, int32_t whence); member 115 off_t (*lseek)(file_t *fp, off_t off, int whence); member
|
/AliOS-Things-master/components/amp_adapter/portfiles/aos/ |
A D | vfs.h | 101 uint32_t (*lseek)(file_t *fp, int64_t off, int32_t whence); member 115 off_t (*lseek)(file_t *fp, off_t off, int whence); member
|
/AliOS-Things-master/components/amp_adapter/ |
A D | vfs.h | 101 uint32_t (*lseek)(file_t *fp, int64_t off, int32_t whence); member 115 off_t (*lseek)(file_t *fp, off_t off, int whence); member
|
/AliOS-Things-master/components/vfs/include/ |
A D | vfs_types.h | 97 uint32_t (*lseek) (vfs_file_t *fp, int64_t off, int32_t whence); member 110 uint32_t (*lseek) (vfs_file_t *fp, int64_t off, int32_t whence); member
|
Completed in 34 milliseconds