Searched refs:lfs_rename (Results 1 – 5 of 5) sorted by relevance
/littlefs-3.7.0-3.6.0/tests/ |
D | test_move.toml | 19 lfs_rename(&lfs, "a/hello", "c/hello") => 0; 69 lfs_rename(&lfs, "hi", "hi") => 0; 71 lfs_rename(&lfs, "hi/hi", "hi/hi") => 0; 73 lfs_rename(&lfs, "hi/hi/hi", "hi/hi/hi") => 0; 100 lfs_rename(&lfs, "a/hello", "c/hello") => 0; 181 lfs_rename(&lfs, "a/hello", "c/hello") => 0; 277 lfs_rename(&lfs, "a/hello", "c/hello") => 0; 317 lfs_rename(&lfs, "a/hello", "c/hello") => 0; 411 lfs_rename(&lfs, "a/hello", "b/hello") => 0; 413 lfs_rename(&lfs, "b/hello", "c/hello") => 0; [all …]
|
D | test_dirs.toml | 156 lfs_rename(&lfs, oldpath, newpath) => 0; 231 lfs_rename(&lfs, oldpath, newpath) => 0; 414 lfs_rename(&lfs, oldpath, newpath) => 0; 490 lfs_rename(&lfs, oldpath, newpath) => 0; 576 lfs_rename(&lfs, "potato", "coldpotato") => 0; 580 lfs_rename(&lfs, "coldpotato", "warmpotato") => 0; 581 lfs_rename(&lfs, "warmpotato", "hotpotato") => 0; 594 lfs_rename(&lfs, "hotpotato/baked", "coldpotato/baked") => 0; 595 lfs_rename(&lfs, "coldpotato", "hotpotato") => LFS_ERR_NOTEMPTY; 598 lfs_rename(&lfs, "hotpotato/fried", "coldpotato/fried") => 0; [all …]
|
D | test_relocations.toml | 310 err = lfs_rename(&lfs, path, path+128);
|
/littlefs-3.7.0-3.6.0/ |
D | lfs.h | 499 int lfs_rename(lfs_t *lfs, const char *oldpath, const char *newpath);
|
D | lfs.c | 5848 int lfs_rename(lfs_t *lfs, const char *oldpath, const char *newpath) { function
|