Home
last modified time | relevance | path

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

/littlefs-latest/bd/
Dlfs_emubd.c136 if (bd->cfg->disk_path) { in lfs_emubd_create()
146 bd->disk->fd = open(bd->cfg->disk_path, in lfs_emubd_create()
149 bd->disk->fd = open(bd->cfg->disk_path, in lfs_emubd_create()
Dlfs_emubd.h116 const char *disk_path; member
/littlefs-latest/runners/
Dtest_runner.c1365 .disk_path = test_disk_path, in run_powerloss_none()
1444 .disk_path = test_disk_path, in run_powerloss_linear()
1540 .disk_path = test_disk_path, in run_powerloss_log()
1634 .disk_path = test_disk_path, in run_powerloss_cycles()
1826 .disk_path = test_disk_path, in run_powerloss_exhaustive()
Dbench_runner.c1337 .disk_path = bench_disk_path, in perm_run()