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
STM32 Libraries and Samples
FatFs
dir_remove()
dir_remove() function
Syntax
Show:
Summary
Declaration
from
ff.c:2395
static
FRESULT
dir_remove
(
DIR
*
dp
)
;
Arguments
Argument
dp
Related Functions
Found 16 other functions taking a
DIR
argument:
Function
f_readdir()
f_closedir()
f_opendir()
dir_sdi()
follow_path()
dir_next()
f_findnext()
f_findfirst()
chk_lock()
dir_register()
get_fileinfo()
inc_lock()
dir_read()
dir_alloc()
dir_find()
create_name()
Examples
References
from
examples
Code
Location
Referrer
FRESULT
dir_remove
(
/* FR_OK:Succeeded, FR_DISK_ERR:A disk error */
ff.c:2396
res
=
dir_remove
(
&
dj
)
;
/* Remove the directory entry */
ff.c:4596
f_unlink()
res
=
dir_remove
(
&
djo
)
;
/* Remove old entry */
ff.c:4800
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:
_FDID::fs
DIR::obj
DIR::sect
DIR::dir
FRESULT::FR_OK
FATFS::fs_type
DIR::dptr
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