FatFS
f_rename()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
f_rename()
f_rename() function
Syntax
Show:
Summary
Declaration
Definition
from
ff.h:326
FRESULT
f_rename
(
const
TCHAR
*
path_old
,
const
TCHAR
*
path_new
)
;
Implemented in
ff.c:5181
Arguments
Argument
path_old
path_new
Examples
References
from
examples
Code
Location
Referrer
FRESULT
f_rename
(
ff.c:5181
FRESULT
f_rename
(
const
TCHAR
*
path_old
,
const
TCHAR
*
path_new
)
;
/* Rename/Move a file or directory */
ff.h:326
FRESULT
res
=
f_rename
(
src
,
dst
)
;
vfs_fat.c:874
vfs_fat_rename()
Call Tree
from
examples
f_rename()
is called by 1 function and calls 13 functions:
vfs_fat_rename()
All items filtered out
f_rename()
mount_volume()
clst2sect()
move_window()
sync_fs()
unlock_volume()
ld_clust()
st_clust()
dir_register()
dir_remove()
get_ldnumber()
follow_path()
ff_memalloc()
ff_memfree()
All items filtered out
Data Use
from
examples
f_rename()
reads 12 variables and writes 3 variables:
FF_DIR::obj
FF_DIR::dptr
FF_DIR::dir
FF_DIR::fn
FRESULT::FR_OK
FRESULT::FR_INT_ERR
FRESULT::FR_NO_FILE
FRESULT::FR_INVALID_NAME
FRESULT::FR_EXIST
FATFS::win
FFOBJID::sclust
FRESULT::FR_NOT_ENOUGH_CORE
All items filtered out
f_rename()
FATFS::wflag
FFOBJID::fs
FATFS::lfnbuf
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out