Home
last modified time | relevance | path

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

/AliOS-Things-master/components/vfs/example/
A Dvfs_example.c91 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 Dvfs_api.h75 int32_t vfs_write(int32_t fd, const void *buf, uint32_t nbytes);
/AliOS-Things-master/components/vfs/
A Dvfs_aos.c63 return _vfs_to_aos_res(vfs_write(fd, buf, nbytes)); in aos_write()
A Dvfs.c478 int32_t vfs_write(int32_t fd, const void *buf, uint32_t nbytes) in vfs_write() function

Completed in 7 milliseconds