Home
last modified time | relevance | path

Searched refs:lfs_file_open (Results 1 - 2 of 2) sorted by relevance

/third_party/littlefs/
H A Dlfs.h554 int lfs_file_open(lfs_t *lfs, lfs_file_t *file,
557 // if LFS_NO_MALLOC is defined, lfs_file_open() will fail with LFS_ERR_NOMEM
H A Dlfs.c5923 int lfs_file_open(lfs_t *lfs, lfs_file_t *file, const char *path, int flags) { function
5928 LFS_TRACE("lfs_file_open(%p, %p, \"%s\", %x)",
5934 LFS_TRACE("lfs_file_open -> %d", err);

Completed in 10 milliseconds