Searched refs:lfs_file_open (Results 1 - 2 of 2) sorted by relevance
/third_party/littlefs/ |
H A D | lfs.h | 554 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 D | lfs.c | 5923 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 12 milliseconds