Searched refs:vfs_open (Results 1 – 4 of 4) sorted by relevance
84 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()
41 int32_t vfs_open(const char *path, int32_t flags);
48 return _vfs_to_aos_res(vfs_open(path, flags)); in aos_open()
258 int32_t vfs_open(const char *path, int32_t flags) in vfs_open() function
Completed in 6 milliseconds