Searched refs:lfs_rename (Results 1 – 6 of 6) sorted by relevance
| /littlefs-latest/tests/ |
| D | test_paths.toml | 184 lfs_rename(&lfs, 187 lfs_rename(&lfs, 190 lfs_rename(&lfs, 193 lfs_rename(&lfs, 196 lfs_rename(&lfs, 199 lfs_rename(&lfs, 433 lfs_rename(&lfs, 436 lfs_rename(&lfs, 439 lfs_rename(&lfs, 442 lfs_rename(&lfs, [all …]
|
| 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; 415 lfs_rename(&lfs, "a/hello", "b/hello") => 0; 417 lfs_rename(&lfs, "b/hello", "c/hello") => 0; [all …]
|
| D | test_dirs.toml | 156 lfs_rename(&lfs, oldpath, newpath) => 0; 235 lfs_rename(&lfs, oldpath, newpath) => 0; 418 lfs_rename(&lfs, oldpath, newpath) => 0; 498 lfs_rename(&lfs, oldpath, newpath) => 0; 584 lfs_rename(&lfs, "potato", "coldpotato") => 0; 588 lfs_rename(&lfs, "coldpotato", "warmpotato") => 0; 589 lfs_rename(&lfs, "warmpotato", "hotpotato") => 0; 602 lfs_rename(&lfs, "hotpotato/baked", "coldpotato/baked") => 0; 603 lfs_rename(&lfs, "coldpotato", "hotpotato") => LFS_ERR_NOTEMPTY; 606 lfs_rename(&lfs, "hotpotato/fried", "coldpotato/fried") => 0; [all …]
|
| D | test_relocations.toml | 310 err = lfs_rename(&lfs, path, path+128);
|
| /littlefs-latest/ |
| D | lfs.h | 519 int lfs_rename(lfs_t *lfs, const char *oldpath, const char *newpath);
|
| D | lfs.c | 6037 int lfs_rename(lfs_t *lfs, const char *oldpath, const char *newpath) { function
|