Lines Matching refs:translate_path
92 static const char *translate_path(const char *path) in translate_path() function
133 res = f_open(zfp->filep, translate_path(file_name), fs_mode); in fatfs_open()
161 res = f_unlink(translate_path(path)); in fatfs_unlink()
178 res = f_stat(translate_path(to), &fno); in fatfs_rename()
180 res = f_unlink(translate_path(to)); in fatfs_rename()
186 res = f_rename(translate_path(from), translate_path(to)); in fatfs_rename()
338 res = f_mkdir(translate_path(path)); in fatfs_mkdir()
357 res = f_opendir(zdp->dirp, translate_path(path)); in fatfs_opendir()
403 res = f_stat(translate_path(path), &fno); in fatfs_stat()
422 res = f_getfree(translate_path(mountp->mnt_point), &f_bfree, &fs); in fatfs_statvfs()
451 res = f_mount((FATFS *)mountp->fs_data, translate_path(mountp->mnt_point), 1); in fatfs_mount()
470 res = f_mkfs(translate_path(mountp->mnt_point), &mkfs_opt, work, sizeof(work)); in fatfs_mount()
473 translate_path(mountp->mnt_point), 1); in fatfs_mount()
492 res = f_mount(NULL, translate_path(mountp->mnt_point), 0); in fatfs_unmount()