Searched refs:lfs_rename (Results 1 – 5 of 5) sorted by relevance
/littlefs-3.5.0-3.4.0/tests/ |
D | test_move.toml | 17 lfs_rename(&lfs, "a/hello", "c/hello") => 0; 63 lfs_rename(&lfs, "hi", "hi") => 0; 65 lfs_rename(&lfs, "hi/hi", "hi/hi") => 0; 67 lfs_rename(&lfs, "hi/hi/hi", "hi/hi/hi") => 0; 91 lfs_rename(&lfs, "a/hello", "c/hello") => 0; 167 lfs_rename(&lfs, "a/hello", "c/hello") => 0; 259 lfs_rename(&lfs, "a/hello", "c/hello") => 0; 297 lfs_rename(&lfs, "a/hello", "c/hello") => 0; 389 lfs_rename(&lfs, "a/hello", "b/hello") => 0; 391 lfs_rename(&lfs, "b/hello", "c/hello") => 0; [all …]
|
D | test_dirs.toml | 134 lfs_rename(&lfs, oldpath, newpath) => 0; 201 lfs_rename(&lfs, oldpath, newpath) => 0; 360 lfs_rename(&lfs, oldpath, newpath) => 0; 427 lfs_rename(&lfs, oldpath, newpath) => 0; 507 lfs_rename(&lfs, "potato", "coldpotato") => 0; 511 lfs_rename(&lfs, "coldpotato", "warmpotato") => 0; 512 lfs_rename(&lfs, "warmpotato", "hotpotato") => 0; 525 lfs_rename(&lfs, "hotpotato/baked", "coldpotato/baked") => 0; 526 lfs_rename(&lfs, "coldpotato", "hotpotato") => LFS_ERR_NOTEMPTY; 529 lfs_rename(&lfs, "hotpotato/fried", "coldpotato/fried") => 0; [all …]
|
D | test_relocations.toml | 274 err = lfs_rename(&lfs, path, path+128);
|
/littlefs-3.5.0-3.4.0/ |
D | lfs.h | 469 int lfs_rename(lfs_t *lfs, const char *oldpath, const char *newpath);
|
D | lfs.c | 5399 int lfs_rename(lfs_t *lfs, const char *oldpath, const char *newpath) { function
|