D | test_fs_dirops.c | 150 const char *from = from_path.path; in check_rename() local 207 TC_PRINT("%s => %s -ENOENT\n", from, to); in check_rename() 208 zassert_equal(fs_rename(from, to), in check_rename() 216 TC_PRINT("%s => %s ok\n", from, to); in check_rename() 217 zassert_equal(fs_rename(from, to), in check_rename() 228 TC_PRINT("%s => %s clobber ok\n", from, to); in check_rename() 229 zassert_equal(fs_rename(from, to), in check_rename() 232 zassert_equal(fs_stat(from, &stat), in check_rename() 243 TC_PRINT("%s => %s move ok\n", from, to); in check_rename() 244 zassert_equal(fs_rename(from, to), in check_rename() [all …]
|