Home
last modified time | relevance | path

Searched refs:lfs_emubd_copy (Results 1 - 3 of 3) sorted by relevance

/third_party/littlefs/bd/
H A Dlfs_emubd.h234 int lfs_emubd_copy(const struct lfs_config *cfg, lfs_emubd_t *copy);
H A Dlfs_emubd.c616 int lfs_emubd_copy(const struct lfs_config *cfg, lfs_emubd_t *copy) { in lfs_emubd_copy() function
617 LFS_EMUBD_TRACE("lfs_emubd_copy(%p, %p)", (void*)cfg, (void*)copy); in lfs_emubd_copy()
623 LFS_EMUBD_TRACE("lfs_emubd_copy -> %d", LFS_ERR_NOMEM); in lfs_emubd_copy()
642 LFS_EMUBD_TRACE("lfs_emubd_copy -> %d", 0); in lfs_emubd_copy()
/third_party/littlefs/runners/
H A Dtest_runner.c1701 int err = lfs_emubd_copy(state->cfg, branch); in powerloss_exhaustive_branch()

Completed in 5 milliseconds