FatFS
dir_remove()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
dir_remove()
dir_remove() function
Syntax
Show:
Summary
Declaration
from
ff.c:2576
static
FRESULT
dir_remove
(
FF_DIR
*
dp
)
;
Arguments
Argument
dp
Related Functions
Found 14 other functions taking a
FF_DIR
argument:
Function
follow_path()
dir_sdi()
dir_next()
f_readdir()
dir_register()
f_opendir()
f_closedir()
dir_read()
dir_alloc()
dir_find()
get_fileinfo()
create_name()
f_findfirst()
f_findnext()
Examples
References
from
examples
Code
Location
Referrer
static
FRESULT
dir_remove
(
/* FR_OK:Succeeded, FR_DISK_ERR:A disk error */
ff.c:2576
res
=
dir_remove
(
&
dj
)
;
/* Remove the directory entry */
ff.c:5073
f_unlink()
res
=
dir_remove
(
&
djo
)
;
/* Remove old entry */
ff.c:5266
f_rename()
Call Tree
from
examples
dir_remove()
is called by 2 functions and calls 3 functions:
f_unlink()
f_rename()
All items filtered out
dir_remove()
move_window()
dir_sdi()
dir_next()
All items filtered out
Data Use
from
examples
dir_remove()
reads 10 variables and writes 1 variable:
FF_DIR::obj
FF_DIR::sect
FF_DIR::dir
FRESULT::FR_OK
FFOBJID::fs
FATFS::fs_type
FF_DIR::dptr
FF_DIR::blk_ofs
FRESULT::FR_INT_ERR
FRESULT::FR_NO_FILE
All items filtered out
dir_remove()
FATFS::wflag
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