Home
last modified time | relevance | path

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

/AliOS-Things-master/components/vfs/example/
A Dvfs_example.c84 fd = vfs_open(mount_path, O_WRONLY); in driver_vfs_example()
143 fd = vfs_open(mount_path, O_WRONLY | O_CREAT | O_TRUNC); in fs_vfs_example()
/AliOS-Things-master/components/vfs/include/
A Dvfs_api.h41 int32_t vfs_open(const char *path, int32_t flags);
/AliOS-Things-master/components/vfs/
A Dvfs_aos.c48 return _vfs_to_aos_res(vfs_open(path, flags)); in aos_open()
A Dvfs.c258 int32_t vfs_open(const char *path, int32_t flags) in vfs_open() function

Completed in 6 milliseconds