Home
last modified time | relevance | path

Searched refs:vfs_lseek (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/vfs/example/
A Dvfs_example.c93 vfs_lseek(fd, off, whence); in driver_vfs_example()
/AliOS-Things-master/components/vfs/include/
A Dvfs_api.h117 uint32_t vfs_lseek(int32_t fd, int64_t offset, int32_t whence);
/AliOS-Things-master/components/vfs/
A Dvfs_aos.c78 return _vfs_to_aos_res(vfs_lseek(fd, offset, whence)); in aos_lseek()
A Dvfs.c649 uint32_t vfs_lseek(int32_t fd, int64_t offset, int32_t whence) in vfs_lseek() function

Completed in 6 milliseconds