Lines Matching refs:dir
29 [[case]] # invalid dir pointer test
35 // make a dir
40 // change the dir pointer to be invalid
50 // change dir pointer
58 // test that accessing our bad dir fails, note there's a number
59 // of ways to access the dir, some can fail, but some don't
65 lfs_dir_open(&lfs, &dir, "dir_here") => LFS_ERR_CORRUPT;
67 lfs_dir_open(&lfs, &dir, "dir_here/dir_here") => LFS_ERR_CORRUPT;
105 // of ways to access the dir, some can fail, but some don't
166 // of ways to access the dir, some can fail, but some don't
234 // create littlefs with child dir
264 // create littlefs with child dir