Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/bd/
Dlfs_emubd.c134 if (bd->cfg->disk_path) { in lfs_emubd_create()
144 bd->disk->fd = open(bd->cfg->disk_path, in lfs_emubd_create()
147 bd->disk->fd = open(bd->cfg->disk_path, in lfs_emubd_create()
Dlfs_emubd.h115 const char *disk_path; member
/littlefs-3.7.0-3.6.0/runners/
Dtest_runner.c1362 .disk_path = test_disk_path, in run_powerloss_none()
1438 .disk_path = test_disk_path, in run_powerloss_linear()
1531 .disk_path = test_disk_path, in run_powerloss_log()
1622 .disk_path = test_disk_path, in run_powerloss_cycles()
1811 .disk_path = test_disk_path, in run_powerloss_exhaustive()
Dbench_runner.c1334 .disk_path = bench_disk_path, in perm_run()