FatFS
file_cleanup()
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
file_cleanup()
file_cleanup() function
Syntax
Show:
Summary
Declaration
from
vfs_fat.c:346
static
void
file_cleanup
(
vfs_fat_ctx_t
*
ctx
,
int
fd
)
;
Arguments
Argument
ctx
fd
Related Functions
Found 2 other functions taking a
<anonymous struct>
argument:
Function
Description
prepend_drive_to_path()
Prepend drive letters to path names This function returns new path path pointers, pointing to a temporary buffer inside ctx.
get_next_fd()
Examples
References
from
examples
Code
Location
Referrer
static
void
file_cleanup
(
vfs_fat_ctx_t
*
ctx
,
int
fd
)
vfs_fat.c:346
file_cleanup
(
fat_ctx
,
fd
)
;
vfs_fat.c:386
vfs_fat_open()
file_cleanup
(
fat_ctx
,
fd
)
;
vfs_fat.c:620
vfs_fat_close()
Call Tree
from
examples
file_cleanup()
is called by 2 functions:
vfs_fat_open()
vfs_fat_close()
All items filtered out
file_cleanup()
All items filtered out
Data Use
from
examples
file_cleanup()
reads 1 variable:
::files
All items filtered out
file_cleanup()
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