Searched refs:vfs_write (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/vfs/example/ |
A D | vfs_example.c | 91 vfs_write(fd, buf, len); in driver_vfs_example() 151 vfs_write(fd, buf, len); in fs_vfs_example()
|
/AliOS-Things-master/components/vfs/include/ |
A D | vfs_api.h | 75 int32_t vfs_write(int32_t fd, const void *buf, uint32_t nbytes);
|
/AliOS-Things-master/components/vfs/ |
A D | vfs_aos.c | 63 return _vfs_to_aos_res(vfs_write(fd, buf, nbytes)); in aos_write()
|
A D | vfs.c | 478 int32_t vfs_write(int32_t fd, const void *buf, uint32_t nbytes) in vfs_write() function
|
Completed in 7 milliseconds